MeasureUnit.MeasurePrefix.Power Property

Definition

Returns the power of the prefix.

public int Power { [Android.Runtime.Register("getPower", "()I", "", ApiSince=34)] get; }
[<get: Android.Runtime.Register("getPower", "()I", "", ApiSince=34)>]
member this.Power : int

Property Value

Attributes

Remarks

Returns the power of the prefix. For example: - if the prefix is "centi", the power will be -2. - if the prefix is "gibi", the power will be 3 (for base 1024).

Java documentation for android.icu.util.MeasureUnit.MeasurePrefix.getPower().

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