syntax:functions:isinteger
Differences
This shows you the differences between two versions of the page.
| syntax:functions:isinteger [2020/07/06 07:00] – created dmitry | syntax:functions:isinteger [2021/08/28 20:16] (current) – craigt | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== IsInteger(value) ====== | + | ====== IsInteger(expression) ====== |
| + | Category: | ||
| - | Returns | + | \\ |
| + | =====Description===== | ||
| + | This function returns | ||
| + | |||
| + | \\ | ||
| + | =====Arguments===== | ||
| + | ^Argument^Type^Description^ | ||
| + | |expression|Expression|Any expression that could potentially result in an integer.| | ||
| + | **Return value type:** Boolean (TRUE/ | ||
| + | |||
| + | \\ | ||
| + | =====Examples===== | ||
| + | |||
| + | isinteger(123) //Returns TRUE | ||
| + | |||
| + | isinteger(' | ||
| + | |||
| + | isinteger(123.45) //Returns FALSE | ||
| + | |||
| + | isinteger(100/ | ||
| + | |||
| + | |||
| + | \\ | ||
| + | ===== See also ===== | ||
| + | * [[syntax: | ||
| + | * [[syntax: | ||
| + | * [[syntax: | ||
| + | * [[syntax: | ||
| + | * [[syntax: | ||
| + | * [[syntax: | ||
| - | ^ Example | ||
| - | | IsNumber( 123 ) | TRUE | | ||
| - | | IsNumber( ' | ||
| - | | IsNumber( 123.45 ) | | ||
syntax/functions/isinteger.1594033235.txt.gz · Last modified: by dmitry