Java.Text.DecimalFormat.Multiplier Property
Returns the multiplier which is applied to the number before formatting or after parsing.

Syntax

[get: Android.Runtime.Register("getMultiplier", "()I", "GetGetMultiplierHandler")]
[set: Android.Runtime.Register("setMultiplier", "(I)V", "GetSetMultiplier_IHandler")]
public virtual int Multiplier { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the multiplier which is applied to the number before formatting or after parsing. The multiplier is meant for tasks like parsing percentages. For example, given a multiplier of 100, 1.23 would be formatted as "123" and "123" would be parsed as 1.23.

Set method documentation [Android Documentation]

Sets the multiplier which is applied to the number before formatting or after parsing. The multiplier meant for tasks like parsing percentages. For example, given a multiplier of 100, 1.23 would be formatted as "123" and "123" would be parsed as 1.23.

Requirements

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