WITHIN
Returns 1 if min ≤ value ≤ max (using SI values), otherwise 0.
| Category | Engineering |
| Syntax | WITHIN(value, min, max) |
Parameters
| Parameter | Required | Description |
|---|---|---|
value | Required | The value to test. |
min | Required | The lower bound (inclusive). |
max | Required | The upper bound (inclusive). |
Example
WITHIN(value, min, max)
Auto-generated from the EngCanvas function registry.