Returns whether or not the given value is number.
This returns true
if the parameter type is number
. For any other value this returns false
. Note that this returns false
for numeric texts.
IS_NUMBER(value: Json) => Boolean
Parameter | Description |
Value | Value to check |
Formula | Return value |
|
|
|
|
|
|
|
|
|
|
|
|
|
|