Convert floating point to integer
@CVI(expression)
Converts the result of expression to an integer value. This function should be used with caution, since the conversions can be inexact (e.g., floating-point values are truncated).
INT SET @CVI(-1.05) ; INT = -1