Manuals/calci/GESTEP

From ZCubes Wiki
Revision as of 21:36, 24 October 2013 by MassBot1 (talk | contribs) (Created page with "<div id="6SpaceContent" class="zcontent" align="left"> <font color="#000000"><font face="Arial, sans-serif"><font size="2">'''GESTEP'''</font></font><font face="Arial, sans-s...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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