This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 407
ac1ecea1 8df4 798a 8e3f ae55b4d9e67d
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of the GVector class
Namespace: netDxf.GTE
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public GVector(
double[] elements
)
VB
Public Sub New (
elements As Double()
)
C++
public:
GVector(
array<double>^ elements
)
F#
new :
elements : float[] -> GVector
- Double[]
- \[Missing <param name="elements"/> documentation for "M:netDxf.GTE.GVector.#ctor(System.Double[])"\]