0090
Jump to navigation
Jump to search
Description
- Converts the floating-point value of the local variable to an equivalent integer value and stores the result into the global variable.
Syntax
- 0090: [global var] = float_to_integer [local var]
Parameter
- [global var]
- Global variable
- [local var]
- Local variable
This opcode truncates a floating-point value of the local variable and stores its integral part into the global variable. For example, converting a value of 4.1 or 4.9 both produces 4 as a result.
Keywords
convert, global, local, variable, int, float, math