Resulting map is always a Boolean
Comparison holds: result is TRUE
Comparison does not hold: result is FALSE
Table 4. examples of this group
operator | description |
---|---|
eq or == | equals |
ge or >= | greater than or equal |
gt or > | greater than |
ne or != | not equal |
... | etc |
For example:
pcrcalc low.map = elevation.map < 12.5