Rounding

From Cyber Knights: Flashpoint Wiki

In Cyber Knights: Flashpoint there are many equations that will require rounding decimal values to nice, crisp integers. Whenever this operation is needed, the game virtually always rounds down. The only exception is in the Power Level of missions, which controls how difficult the opposition is. In these cases, the game rounds to the nearest positive integer, meaning that 1.49 rounds down to 1, while 1.5 rounds up to 2. In all other cases, a number like 748.9 would round down to 748