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

Value: 6

Syntax

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

See Also

RoundingMode.HalfEven

Remarks

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

[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