GESTEP
Description
If the number is greater than or equal to the specified step, returns TRUE; otherwise, returns FALSE.
Syntax
GESTEP(
number
, [
step
])
- number: The number to evaluate.
- step: The step size to compare the number to. The default is 0.