Rounding mode where positive values are rounded towards positive infinity
and negative values towards negative infinity.
Syntax
[Android.Runtime.Register("UP")] public static RoundingModeUp { get; }
Value
Documentation for this section has not yet been entered.
Remarks
Rounding mode where positive values are rounded towards positive infinity
and negative values towards negative infinity.
Rule: x.round().abs() >= x.abs()