Scale.ByDoubleAndPowerOfTen(Double, Int32) Method

Definition

[Android.Runtime.Register("byDoubleAndPowerOfTen", "(DI)Landroid/icu/number/Scale;", "", ApiSince=30)]
public static Android.Icu.Number.Scale? ByDoubleAndPowerOfTen (double multiplicand, int power);
[<Android.Runtime.Register("byDoubleAndPowerOfTen", "(DI)Landroid/icu/number/Scale;", "", ApiSince=30)>]
static member ByDoubleAndPowerOfTen : double * int -> Android.Icu.Number.Scale

Parameters

multiplicand
Double
power
Int32

Returns

Attributes

Applies to