Codebox Operators trunc

trunc

Round the value down to the next smaller integer (toward zero)

trunc(in1): out1

Arguments:

Arguments

NameTypeDefaultDescription
in1number

The value to be rounded down

Returns

NameTypeDescription
out1number

The rounded value