Java.Math.RoundingMode.Ceiling Property
Rounding mode to round towards positive infinity.

Syntax

[Android.Runtime.Register("CEILING")]
public static RoundingMode Ceiling { 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

[Android Documentation]

Requirements

Namespace: Java.Math
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: