Returns the nearest integer value. If the value is greater (less) than the maximum (minimum) int value the maximum (minimum) value is returned. The value is rounded based on the specified rounding mode. The default mode is half-even.
See Implementation
Returns the nearest integer value. If the value is greater (less) than the maximum (minimum) int value the maximum (minimum) value is returned. The value is rounded based on the specified rounding mode. The default mode is half-even.