GESTEP function

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:

ArgumentDescription
numberA number to compare with step.
stepA 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.

GESTEP Function

Host ONLYOFFICE Docs on your own server or use it in the cloud

Article with the tag:
Browse all tags