Click or drag to resize

XY Constructor

Initializes a new point with the given coordinates.

Namespace:  Meta.Numerics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public XY(
	double x,
	double y
)

Parameters

x
Type: SystemDouble
The X-coordinate.
y
Type: SystemDouble
The Y-coordinate.
See Also