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