How to round Down number?
-
I read a formula to round number in fx dreema, but is there a way to round DOWN number? for example, 0.126 is round down to 0.12.
-
@osasono I know how to cut decimal positions, but not how to round down. Is that useful?
-
@osasono If number is in a variable, modify variables block, NormalizeDouble(variable name,3); , 3=numbers after decimal point.
-
@jstap I know that cuts off decimal positions, but does it round down too?
-
@l-andorrà To my knowledge, been a while but think it does.
-
@l-andorrà said in How to round Down number?:
@osasono I know how to cut decimal positions, but not how to round down. Is that useful?
Can you tell how you subtract the number of decimals?
-
@mhmd Just type 0 on jstap's formula.