GESTEP
Returns 1 if number is greater than or equal to step; returns 0 otherwise.
| Category | Engineering |
| Syntax | GESTEP(number, [step]) |
Parameters
| Parameter | Required | Description |
|---|---|---|
number | Required | The value to test against step. |
step | Optional | The threshold value. Defaults to 0. |
Example
GESTEP(number, step)
Auto-generated from the EngCanvas function registry.