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

Value: 5

Syntax

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

See Also

RoundingMode.HalfDown

Remarks

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

[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