Java.Math.BigDecimal.RoundHalfUp Field
Rounding mode where values are rounded towards the nearest neighbor.

Value: 4

Syntax

[Android.Runtime.Register("ROUND_HALF_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 RoundHalfUp

See Also

RoundingMode.HalfUp

Remarks

Rounding mode where values are rounded towards the nearest neighbor. Ties are broken by rounding up.

[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