number.int64
This function converts the input to an integer.
Syntax
number.int64(input)
Arguments
|
Argument |
Type |
Description |
|---|---|---|
|
input |
|
Input to be converted to an integer. |
Returns
|
Type |
Description |
|---|---|
|
int |
Input converted to an integer. |
Examples
The function number.int64("123") returns 123.