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