Language

MeasureUnit.Prefix Property

Definition

Returns the current SI or binary prefix of this SINGLE unit.

public virtual Android.Icu.Util.MeasureUnit.MeasurePrefix? Prefix { [Android.Runtime.Register("getPrefix", "()Landroid/icu/util/MeasureUnit$MeasurePrefix;", "GetGetPrefixHandler", ApiSince=34)] get; }
[<get: Android.Runtime.Register("getPrefix", "()Landroid/icu/util/MeasureUnit$MeasurePrefix;", "GetGetPrefixHandler", ApiSince=34)>]
member this.Prefix : Android.Icu.Util.MeasureUnit.MeasurePrefix

Property Value

The prefix of this SINGLE unit, from MeasurePrefix.

Attributes

Remarks

Returns the current SI or binary prefix of this SINGLE unit. For example, if the unit has the prefix "kilo", then MeasurePrefix.KILO is returned.

Android reference for android.icu.util.MeasureUnit.getPrefix.

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