upperRight
upperRight(l_bBox) =>l_list
Description
Returns the upper right point of the given bounding box. The bounding box is not validated and is assumed to be correct.
Arguments
Value Returned
|
A list representing the upper right point of the bounding box. |
Examples
upperRight( list( list(0 0) list(5 5)) => list(5 5)
Related Topics
Database Access Function Argument Types
Return to top