Java.Math.BigDecimal.RoundFloor Field
Rounding mode to round towards negative infinity.

Value: 3

Syntax

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

See Also

RoundingMode.Floor

Remarks

Rounding mode to round towards negative infinity. For positive values this rounding mode behaves as BigDecimal.RoundDown, for negative values as BigDecimal.RoundUp.

[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