Description Usage Arguments Value Examples
It acts similiarly to Excel's ISNUMBER function. If the specified value is a number it returns true, in all other cases it returns false.
1 | ISNUMBER(value)
|
value |
Input the number for it to evaluate if it is number? Works on vectors/arrays as well. |
first example returns true as it is a number. Second example returns false as it isn't a number, it's a string. Function will always return logical class.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.