Loading

mapper.max.x

mapper

This mapper function returns the max between a constant passed as parameter and each value. The associated location and elevation are those of the selected value.

The mapper.max.x function can be applied to values of any type, when applied to BOOLEAN types, the value false is considered less than true.

mapper.max.x is available since version 1.0.0.

See also

Signatures

Examples

[ NEWGTS 10 NaN NaN NaN 42.0 ADDVALUE 20 NaN NaN NaN 123.0 ADDVALUE 30 NaN NaN NaN 211.0 ADDVALUE 40 NaN NaN NaN 132.0 ADDVALUE 100.0 mapper.max.x 0 0 0 ] MAP