|
DoublePoint Constructor
|
Initializes a new instance of the
DoublePoint structure.
Namespace:
Accord
Assembly:
Accord (in Accord.dll) Version: 3.8.0
Syntax public DoublePoint(
double x,
double y
)
Public Sub New (
x As Double,
y As Double
)
Request Example
View SourceParameters
- x
- Type: SystemDouble
X axis coordinate. - y
- Type: SystemDouble
Y axis coordinate.
See Also