Java.Text.NumberFormat.RoundingMode Property
Returns the RoundingMode used by this NumberFormat.

Syntax

[get: Android.Runtime.Register("getRoundingMode", "()Ljava/math/RoundingMode;", "GetGetRoundingModeHandler")]
[set: Android.Runtime.Register("setRoundingMode", "(Ljava/math/RoundingMode;)V", "GetSetRoundingMode_Ljava_math_RoundingMode_Handler")]
public virtual Java.Math.RoundingMode RoundingMode { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the RoundingMode used by this NumberFormat. The default implementation in NumberFormat throws UnsupportedOperationException. Subclasses for which a rounding mode is meaningful are expected to override this method.

Set method documentation [Android Documentation]

Sets the RoundingMode used by this NumberFormat. The default implementation in NumberFormat throws UnsupportedOperationException. Subclasses for which a rounding mode is meaningful are expected to override this method.

Requirements

Namespace: Java.Text
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 9