Function swri_math_util::Round

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.