Click or drag to resize

VectorD2DX Property

Gets the x component of this vector.

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

Property Value

Double
The x component of this vector.
See Also