DVar Round(DVar inValue)
Description
Perform Excel like Rounding; Round the number to the nearest integer.
If the fractional component of the number is halfway between two integers, round up and for positive numbers and round down for negative numbers.
Parameters
The following is a list of parameters the functions receives
Parameter | Type | Description |
---|---|---|
inValue | DVar | the value to round |
Return Type
DVar
Example
Round(Answer(QRef(2))) - will Round the Answer of Question 2
Comments
Dear Support,
How round down?
For example, 24.7 is counted as 24
Regards,
Adi
Dear Support,
I have used "round" method as usual, but it's rounding to up, I need round to down
Regards,
Adi
Please sign in to leave a comment.