Java.Math.MathContext.RoundingMode Property
Returns the rounding mode.

Syntax

[get: Android.Runtime.Register("getRoundingMode", "()Ljava/math/RoundingMode;", "GetGetRoundingModeHandler")]
public RoundingMode RoundingMode { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns the rounding mode. The rounding mode is the strategy to be used to round results.

The rounding mode is one of RoundingMode.Up, RoundingMode.Down, RoundingMode.Ceiling, RoundingMode.Floor, RoundingMode.HalfUp, RoundingMode.HalfDown, RoundingMode.HalfEven, or RoundingMode.Unnecessary.

[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