IsDigit (LabVIEW Manager Function)
- Aktualisiert2025-07-30
- 1 Minute(n) Lesezeit
Bool32 IsDigit(c);
Purpose
Returns TRUE if the character c is between 0 and 9.
Parameters
| Name | Type | Description |
|---|---|---|
| c | uChar | Character you want to analyze. |
Return Value
Bool32, which can contain the following values.
| Value | Description |
|---|---|
| TRUE | Character is a numerical digit. |
| FALSE | Otherwise. |