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