Manuals/calci/GESTEP
Jump to navigation
Jump to search
GESTEP(num, S)
Where 'num' is the value to test against step and 'S' is the threshold value.
Arguments should be numeric.
GESTEP
Lets see an example,
GESTEP(num, S)
=GESTEP(3, 2) is 1
=GESTEP(-3, -3) is 1
=GESTEP(3, 3) is 1
Syntax
Remarks
Examples
Description
This function shows 1, when the number is grater than or equal to the step(threshold value), otherwise it shows zero(0)
Column1 | Column2 | Column3 | Column4 | |
Row1 | 1 | |||
Row2 | 1 | |||
Row3 | 1 | |||
Row4 | ||||
Row5 | ||||
Row6 |