[Android.Runtime.Register("CEILING")] public static RoundingModeCeiling { get; }
Value
Documentation for this section has not yet been entered.
Remarks
Rounding mode to round towards positive infinity. For positive values
this rounding mode behaves as RoundingMode.Up, for negative values as
RoundingMode.Down.
Rule: x.round() >= x