Point Constructor

Constructs a new point with the specified coordinates.

Definition

Namespace: Numerics.NET.Curves
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public Point(
	double x,
	double y
)

Parameters

x  Double
The X-coordinate.
y  Double
The Y-coordinate.

See Also