MeasureUnit.MeasurePrefix.Base Property

Definition

Returns the base of the prefix.

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

Property Value

Attributes

Remarks

Returns the base of the prefix. For example: - if the prefix is "centi", the base will be 10. - if the prefix is "gibi", the base will be 1024.

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

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