The GESTEP function is one of the engineering functions. It is used to test if a number is greater than a threshold value. The function returns 1 if the number is greater than or equal to the threshold value and 0 otherwise.
Syntax
GESTEP(number, [step])
The GESTEP function has the following arguments:
Argument | Description |
---|
number | A number to compare with step. |
step | A threshold value. It is an optional argument. If it is omitted, the function will assume step to be 0. |
Notes
How to apply the GESTEP function.
Examples
The figure below displays the result returned by the GESTEP function.
