Function swri_math_util::Round
Defined in File math_util.h
Function Documentation
-
double swri_math_util::Round(double value)
Round the value to the nearest integer.
- Parameters:
value – [in] The number to round.
multiple – [in] The multiple.
- Returns:
The rounded value.