Documentation for this section has not yet been entered.
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.