Skip to main content

CEILINGPRECISE

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

CategoryMath
SyntaxCEILINGPRECISE(number, [significance])

Parameters

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

Example

CEILINGPRECISE(number, [significance])

Auto-generated from the EngCanvas function registry.