Skip to main content

WITHIN

Returns 1 if min ≤ value ≤ max (using SI values), otherwise 0.

CategoryEngineering
SyntaxWITHIN(value, min, max)

Parameters

ParameterRequiredDescription
valueRequiredThe value to test.
minRequiredThe lower bound (inclusive).
maxRequiredThe upper bound (inclusive).

Example

WITHIN(value, min, max)

Auto-generated from the EngCanvas function registry.