次の方法で共有


CurrencyAmount Constructors

Definition

Overloads

CurrencyAmount(Number, Currency)
CurrencyAmount(Number, Currency)
CurrencyAmount(Double, Currency)
CurrencyAmount(Double, Currency)
CurrencyAmount(IntPtr, JniHandleOwnership)

CurrencyAmount(Number, Currency)

[Android.Runtime.Register(".ctor", "(Ljava/lang/Number;Landroid/icu/util/Currency;)V", "", ApiSince=24)]
public CurrencyAmount (Java.Lang.Number? number, Android.Icu.Util.Currency? currency);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/Number;Landroid/icu/util/Currency;)V", "", ApiSince=24)>]
new Android.Icu.Util.CurrencyAmount : Java.Lang.Number * Android.Icu.Util.Currency -> Android.Icu.Util.CurrencyAmount

Parameters

number
Number
currency
Currency
Attributes

Remarks

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

CurrencyAmount(Number, Currency)

[Android.Runtime.Register(".ctor", "(Ljava/lang/Number;Ljava/util/Currency;)V", "", ApiSince=29)]
public CurrencyAmount (Java.Lang.Number? number, Java.Util.Currency? currency);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/Number;Ljava/util/Currency;)V", "", ApiSince=29)>]
new Android.Icu.Util.CurrencyAmount : Java.Lang.Number * Java.Util.Currency -> Android.Icu.Util.CurrencyAmount

Parameters

number
Number
currency
Currency
Attributes

Applies to

CurrencyAmount(Double, Currency)

[Android.Runtime.Register(".ctor", "(DLandroid/icu/util/Currency;)V", "", ApiSince=24)]
public CurrencyAmount (double number, Android.Icu.Util.Currency? currency);
[<Android.Runtime.Register(".ctor", "(DLandroid/icu/util/Currency;)V", "", ApiSince=24)>]
new Android.Icu.Util.CurrencyAmount : double * Android.Icu.Util.Currency -> Android.Icu.Util.CurrencyAmount

Parameters

number
Double
currency
Currency
Attributes

Remarks

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

CurrencyAmount(Double, Currency)

[Android.Runtime.Register(".ctor", "(DLjava/util/Currency;)V", "", ApiSince=29)]
public CurrencyAmount (double number, Java.Util.Currency? currency);
[<Android.Runtime.Register(".ctor", "(DLjava/util/Currency;)V", "", ApiSince=29)>]
new Android.Icu.Util.CurrencyAmount : double * Java.Util.Currency -> Android.Icu.Util.CurrencyAmount

Parameters

number
Double
currency
Currency
Attributes

Applies to

CurrencyAmount(IntPtr, JniHandleOwnership)

protected CurrencyAmount (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Icu.Util.CurrencyAmount : nativeint * Android.Runtime.JniHandleOwnership -> Android.Icu.Util.CurrencyAmount

Parameters

javaReference
IntPtr

nativeint

Remarks

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