Java.Math.BigDecimal.RoundUp Field
Rounding mode where positive values are rounded towards positive infinity and negative values towards negative infinity.

Value: 0

Syntax

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

See Also

RoundingMode.Up

Remarks

Rounding mode where positive values are rounded towards positive infinity and negative values towards negative infinity.

[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