$trunc

Returns the integer part of all given numeric decimal values.
Syntax
    $trunc{value_1}{value_2} ... {value_n}
DocumentationReturns the integer part of all given numeric decimal values:

    Parameters:
      value_1 through value_n, the numeric decimal values to be truncated.
    Returns:
      the integer part of all given numeric decimal values.
Examples
Example 1:
    $trunc{100.34}

    Result:
    100
Example 2:
    $trunc{50.98}{21.05}

    Result:
    50 21
GroupMath
Minimum required transaction-mode:NONE
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters1
Maximum parameters <unlimited>