klyn.math.geometry.Point.y
property
public property y as NUMBER
Description

Vertical coordinate.

Example:

p = Point<Double>(3.0, 4.0)
print(p.y)