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

geCoordp

geCoordp( 
coord 
)
=> t / nil 

Description

Determines whether the data supplied bycoord is a point coordinate.

Arguments

coord

Data to check. coord can be of any type.

Value Returned

t

The data is the coordinates of a point.

nil

The data is not the coordinates of the point.

Examples

The following example returns t.

geCoordp(10:10)

The following example returns nil.

geCoordp("myCell")

Related Topics

Utility Functions


Return to top
 ⠀
X