Skip to main content

FLOORPRECISE

Rounds a number down to the nearest multiple of significance. The sign of significance is ignored; always rounds toward negative infinity.

CategoryMath
SyntaxFLOORPRECISE(number, [significance])

Parameters

ParameterRequiredDescription
numberRequiredThe number to round.
significanceOptionalThe multiple to which you want to round. Sign is ignored. Defaults to 1.

Example

FLOORPRECISE(number, [significance])

Auto-generated from the EngCanvas function registry.