IsDigit(Rune)
Returns true if a rune is a numerical digit character.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
public static bool IsDigit(Unicode.Rune r)
Parameters
The rune.
Returns
Type | Description |
|---|---|
| bool | True if the rune is a numerical digit character. |