2.5.4.49 Int

The Int function performs a rounding calculation down to the next lesser integer value.

ABNF:

 Int = val " INT():128"

Required Arguments:

Name: Arg1

Type: vDouble

An argument that specifies the value to be rounded.

Return Value:

Type: vNum

This function returns a vNum containing the next lesser integer value if Arg1 is not an integer. The unit of the return value is equal to the unit of Arg1.