Java.Math.BigDecimal.RoundCeiling Field
Rounding mode to round towards positive infinity.

Value: 2

Syntax

[Android.Runtime.Register("ROUND_CEILING")]
[System.Obsolete("This constant will be removed in the future version. Use Java.Math.RoundOptions enum directly instead of this field.")]
public const RoundOptions RoundCeiling

See Also

RoundingMode.Ceiling

Remarks

Rounding mode to round towards positive infinity. For positive values this rounding mode behaves as BigDecimal.RoundUp, for negative values as BigDecimal.RoundDown.

[Android Documentation]

Requirements

Namespace: Java.Math
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1