Java.Math.BigDecimal.RoundDown Field
Rounding mode where the values are rounded towards zero.

Value: 1

Syntax

[Android.Runtime.Register("ROUND_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 RoundDown

See Also

RoundingMode.Down

Remarks

Rounding mode where the values are rounded towards zero.

[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