int
int(
g_value
)
=> x_result
Description
Rounds off the number value to the nearest integer. The int function works as an overloadable arithmetic operator adopted from DFII to the SKILL Core language. The argument (g_value) is specified on the number class (numberp arguments).
Arguments
Value Returned
Examples
int(2.7)
=>2
int(.7)
Related Topics
Return to top