This functor retrieves a map value at specified line and column coordinates.
Name | Type | Description |
---|---|---|
Map | Map Type | Any input map. |
Cell Line | Positive Integer Value Type | Number of the line. If the number retrieved extrapolates the map dimension an error will be reported. |
Cell Column | Positive Integer Value Type | Number of the column. If the number retrieved extrapolates the map dimension an error will be reported. |
Name | Type | Description | Default Value |
---|---|---|---|
Value If Null | Real Value Type | Value returned in case a null value is found. | 0.0 |
Name | Type | Description |
---|---|---|
Cell Value | Real Value Type | Extracted value. |
GetMapValue