Manuals/calci/GESTEP

From ZCubes Wiki
Revision as of 03:06, 15 January 2014 by Devika (talk | contribs)
Jump to navigation Jump to search
GESTEP(n,s)


  • is the number.
  • is the step to threshold a value.


Description

  • This function gives the result in a logical values (0 or 1).
  • It is used to filter the values.
  • In is the number to test against step and is the step to threshold a value.
  • Here value is required and is optional.
  • When we are not giving the value, then it will assumed to be zero.
  • This function gives the result as 1, value is greater than or equal to value, or 0 otherwise.
  • should only be used with numbers.


Examples

  1. GESTEP(8,9) = 0
  2. GESTEP(9,8) = 1
  3. GESTEP(0,1) = 0
  4. GESTEP(0,0) = 1
  5. GESTEP(-1,0) = 0
  6. GESTEP(a,b) = Null


See Also

References