Currency.GetRoundingIncrement(Currency+CurrencyUsage) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the rounding increment for this currency, or 0.0 if no rounding is done by this currency with the Usage.
[Android.Runtime.Register("getRoundingIncrement", "(Landroid/icu/util/Currency$CurrencyUsage;)D", "GetGetRoundingIncrement_Landroid_icu_util_Currency_CurrencyUsage_Handler", ApiSince=24)]
public virtual double GetRoundingIncrement(Android.Icu.Util.Currency.CurrencyUsage? Usage);
[<Android.Runtime.Register("getRoundingIncrement", "(Landroid/icu/util/Currency$CurrencyUsage;)D", "GetGetRoundingIncrement_Landroid_icu_util_Currency_CurrencyUsage_Handler", ApiSince=24)>]
abstract member GetRoundingIncrement : Android.Icu.Util.Currency.CurrencyUsage -> double
override this.GetRoundingIncrement : Android.Icu.Util.Currency.CurrencyUsage -> double
Parameters
- Usage
- Currency.CurrencyUsage
the usage of currency(Standard or Cash)
Returns
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 with the Usage.
Android reference 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.