component2

inline operator fun Point.component2(): Double

Returns the y value of this Point.

e.g.

val (_, y) = point