Difference between revisions of "Manuals/calci/GESTEP"
Jump to navigation
Jump to search
Line 29: | Line 29: | ||
==References== | ==References== | ||
*[http://help.syncfusion.com/ug/asp.net/index.html#!documents/gestep.htm Gestep Function] | *[http://help.syncfusion.com/ug/asp.net/index.html#!documents/gestep.htm Gestep Function] | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | *[[Z_API_Functions | List of Main Z Functions]] | ||
+ | |||
+ | *[[ Z3 | Z3 home ]] |
Revision as of 07:07, 13 March 2017
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 otherwise.
- should only be used with numbers.
Examples
- GESTEP(8,9) = 0
- GESTEP(9,8) = 1
- GESTEP(0,1) = 0
- GESTEP(0,0) = 1
- GESTEP(-1,0) = 0
- GESTEP(a,b) = Null
Related Videos
See Also
References