DRAFTThis page is not published. Only visible in development mode.
math module · Scalar Function

math::truncate

Truncate a number toward zero.

Syntax

RQL

Parameters

NameTypeDescription
valueNumberThe number to truncate

Return Value

Returns a Number truncated toward zero.

Examples

$ Truncate a float
$ ctrl+enter to run

Related Functions