Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

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

l_bBox

A list representing a bounding box.

Value Returned

l_list

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

Bounding Box Functions


Return to top
 ⠀
X