MathNRound Method

Overload List

RoundTNumeric(TNumeric)Rounds a value to the nearest integral value, and rounds midpoint values to the nearest even number.
RoundTNumeric(TNumeric, Int32)Rounds a value to a specified number of fractional digits, and rounds midpoint values to the nearest even number.
RoundTNumeric(TNumeric, MidpointRounding)Rounds a value to a specified number of fractional digits using the specified rounding convention.
RoundTNumeric(TNumeric, Int32, MidpointRounding)Rounds a value to a specified number of fractional digits, and rounds midpoint values to the nearest even number.

See Also