CVI

Convert floating point to integer

@CVI(expression)

Description

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).

Example

INT SET @CVI(-1.05) ; INT = -1