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
)
Public Sub New (
x As Double,
y As Double
)
public:
XY(
double x,
double y
)
new :
x : float *
y : float -> XY
Parameters
- x
- Type: SystemDouble
The X-coordinate. - y
- Type: SystemDouble
The Y-coordinate.
See Also