Vector2 Constructor (Double)
|
Initializes a new instance of Vector2.
Namespace:
DXFReaderNET
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public Vector2(
double[] array
)
Public Sub New (
array As Double()
)
public:
Vector2(
array<double>^ array
)
new :
array : float[] -> Vector2
CONSTRUCTOR(
array AS REAL8[]
)
Parameters
- array
- Type: SystemDouble
Array of two elements that represents the vector.
See Also