This is an old revision of the document!


PHP's gd library is missing or unable to create PNG images

Get Map Value

Description

This functor retrieves a map value at specified line and column coordinates.

Inputs

Name Type Description
Map Map Any input map.
Cell Line Positive Int Number of the line. If the number retrieved extrapolates the map dimension an error will be reported.
Cell Column Positive Int Number of the column. If the number retrieved extrapolates the map dimension an error will be reported.

Optional Inputs

Name Type Description Default Value
Value If Null Double Value returned in case a null value is found. 0.0

Outputs

Name Type Description
Cell Value Double Extracted value.

Group

Notes

Internal Name

GetMapValue