Description | The |
Syntax | TO_INTEGER( |
Output | integer |
Variables
value
: The value you want to convert into an integer. This can be a number in text form, a decimal number, or any other compatible data type that can be converted to an integer.
Example
TO_INTEGER(`Score`)
Name | Score | TO_INTEGER |
Giacomo | 63 | 63 |
Kameko | 63 | 63 |
Anne | 36 | 36 |
Orlando | 83 | 83 |
Nasim | 35 | 34 |