| Line 2: |
Line 2: |
| | *<math>n</math> is the number. | | *<math>n</math> is the number. |
| | *<math>s</math> is the step to threshold a value. | | *<math>s</math> is the step to threshold a value. |
| − |
| |
| | | | |
| | ==Description== | | ==Description== |
| | *This function gives the result in a logical values (0 or 1). | | *This function gives the result in a logical values (0 or 1). |
| | *It is used to filter the values. | | *It is used to filter the values. |
| − | *In <math>GESTEP(n,s), n</math> is the number to test against step and <math>s</math> is the step to threshold a value. | + | *In <math>GESTEP(n,s)</math>, <math>n</math> is the number to test against step and <math>s</math> is the step to threshold a value. |
| | *Here <math> n </math> value is required and <math> s </math> is optional. | | *Here <math> n </math> value is required and <math> s </math> is optional. |
| | *When we are not giving the <math> s </math> value, then it will assumed to be zero. | | *When we are not giving the <math> s </math> value, then it will assumed to be zero. |
| − | *This function gives the result as 1, <math> n </math> value is greater than or equal to <math> s </math> value, or 0 otherwise. | + | *This function gives the result as 1, <math> n </math> value is greater than or equal to <math> s </math> value, or <math>0</math> otherwise. |
| | *<math> GESTEP </math> should only be used with numbers. | | *<math> GESTEP </math> should only be used with numbers. |
| − |
| |
| | | | |
| | ==Examples== | | ==Examples== |