Stay organized with collections
Save and categorize content based on your preferences.
NumericType
interface NumericType
Numeric Type constants.
Summary
Constants
DECIMAL
static val DECIMAL: Int
Value: 1
DIGIT
static val DIGIT: Int
Value: 2
NONE
static val NONE: Int
Value: 0
NUMERIC
static val NUMERIC: Int
Value: 3
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[null,null,["Last updated 2025-02-10 UTC."],[],[],null,["# UCharacter.NumericType\n\nAdded in [API level 24](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nNumericType\n===========\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/android/icu/lang/UCharacter.NumericType \"View this page in Java\") \n\n```\ninterface NumericType\n```\n\n|----------------------------------------------|\n| [android.icu.lang.UCharacter.NumericType](#) |\n\nNumeric Type constants.\n\nSummary\n-------\n\n| Constants ||\n|-----------------------------------------------------------------------------------|---------------------------------------|\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [DECIMAL](#DECIMAL:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [DIGIT](#DIGIT:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [NONE](#NONE:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [NUMERIC](#NUMERIC:kotlin.Int) \u003cbr /\u003e |\n\nConstants\n---------\n\n### DECIMAL\n\nAdded in [API level 24](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val DECIMAL: Int\n``` \n\n Value: 1\n\n### DIGIT\n\nAdded in [API level 24](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val DIGIT: Int\n``` \n\n Value: 2\n\n### NONE\n\nAdded in [API level 24](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val NONE: Int\n``` \n\n Value: 0\n\n### NUMERIC\n\nAdded in [API level 24](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val NUMERIC: Int\n``` \n\n Value: 3"]]