Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

ac1ecea1 8df4 798a 8e3f ae55b4d9e67d

haplokuon edited this page May 6, 2023 · 1 revision

GVector(Double[]) Constructor

netDxf 3.0.0 Library

Initializes a new instance of the GVector class

Definition

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

Parameters

  Double[]
\[Missing <param name="elements"/> documentation for "M:netDxf.GTE.GVector.#ctor(System.Double[])"\]

See Also

Reference

GVector Class
GVector Overload
netDxf.GTE Namespace

Clone this wiki locally