webCOMAND

cTemplate Math Directives

Directives to analyze and manipulate numbers.

Example

#/ work with numbers
#LOCAL($A, 2)
#LOCAL($B, 3)
Floor: #FLOOR($A)
LERP: #LERP($A)
Max: #MAX($A, $B)
Min: #MIN($A, $B)
Round: #ROUND($A)
Dec: #HEXDEC("A7")
Hex: #DECHEX($A)