Share via


Currency.RoundingIncrement Property

Definition

Returns the rounding increment for this currency, or 0.

public virtual double RoundingIncrement { [Android.Runtime.Register("getRoundingIncrement", "()D", "GetGetRoundingIncrementHandler", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getRoundingIncrement", "()D", "GetGetRoundingIncrementHandler", ApiSince=24)>]
member this.RoundingIncrement : double

Property Value

the non-negative rounding increment, or 0.0 if none

Attributes

Remarks

Returns the rounding increment for this currency, or 0.0 if no rounding is done by this currency. This is equivalent to getRoundingIncrement(CurrencyUsage.STANDARD);

Java documentation for android.icu.util.Currency.getRoundingIncrement().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to