|
Hyperrectangle Constructor (Double, Double, Double, Double)
|
Namespace:
Accord.Math
Assembly:
Accord (in Accord.dll) Version: 3.8.0
Syntax public Hyperrectangle(
double x,
double y,
double width,
double height
)
Public Sub New (
x As Double,
y As Double,
width As Double,
height As Double
)
Request Example
View SourceParameters
- x
- Type: SystemDouble
The x-coordinate of the upper-left corner of the rectangle.. - y
- Type: SystemDouble
The y-coordinate of the upper-left corner of the rectangle. - width
- Type: SystemDouble
The width of the rectangle. - height
- Type: SystemDouble
The height of the rectangle.
See Also