The members of Java.Math.RoundingMode are listed below.
See Also: Inherited members from Java.Lang.Enum
[read-only] static | Ceiling | RoundingMode. Rounding mode to round towards positive infinity. |
[read-only] static | Down | RoundingMode. Rounding mode where the values are rounded towards zero. |
[read-only] static | Floor | RoundingMode. Rounding mode to round towards negative infinity. |
[read-only] static | HalfDown | RoundingMode. Rounding mode where values are rounded towards the nearest neighbor. |
[read-only] static | HalfEven | RoundingMode. Rounding mode where values are rounded towards the nearest neighbor. |
[read-only] static | HalfUp | RoundingMode. Rounding mode where values are rounded towards the nearest neighbor. |
[read-only] static | Unnecessary | RoundingMode. Rounding mode where the rounding operations throws an ArithmeticException for the case that rounding is necessary, i.e. for the case that the value cannot be represented exactly. |
[read-only] static | Up | RoundingMode. Rounding mode where positive values are rounded towards positive infinity and negative values towards negative infinity. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
static | ValueOf(RoundOptions)Converts rounding mode constants from class BigDecimal into RoundingMode values. | |
static | ValueOf(string) | |
static | Values() |