UCharacter.GetIntPropertyMinValue(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
<strong>[icu]</strong> Returns the minimum value for an integer/binary Unicode property type.
[Android.Runtime.Register("getIntPropertyMinValue", "(I)I", "", ApiSince=24)]
public static int GetIntPropertyMinValue (int type);
[<Android.Runtime.Register("getIntPropertyMinValue", "(I)I", "", ApiSince=24)>]
static member GetIntPropertyMinValue : int -> int
Parameters
- type
- Int32
UProperty selector constant, identifies which binary property to check. Must be UProperty.BINARY_START <= type < UProperty.BINARY_LIMIT or UProperty.INT_START <= type < UProperty.INT_LIMIT.
Returns
Minimum value returned by UCharacter.getIntPropertyValue(int) for a Unicode property. 0 if the property selector 'type' is out of range.
- Attributes
Remarks
<strong>[icu]</strong> Returns the minimum value for an integer/binary Unicode property type. Can be used together with UCharacter.getIntPropertyMaxValue(int) to allocate arrays of android.icu.text.UnicodeSet or similar.
Java documentation for android.icu.lang.UCharacter.getIntPropertyMinValue(int)
.
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.