Click or drag to resize

PointD2DY Property

Gets the y component of this point.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public double Y {
	get;
 }

Property Value

Double
The y component of this point..
See Also