var flagval flagge
| Arguments | ||
|---|---|---|
| label | type | description |
| var | variable | variable on which flags are to be applied |
| flagval | variable or constant | threshold value used to apply flags |
| Returns | ||
| flaggedvar | variable | binary version of var, where values greater than and equal to flagval and less than flagval are assigned values of 1 and 0, respectively |