|
MathRound
The function returns a value rounded off to the nearest integer of the specified numeric value.
double MathRound(
|
Parameters
value
[in] Numeric value before rounding.
Return Value
Value rounded till to the nearest integer.
Note
Instead of MathRound() you can use round().