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

9df1016d 1c17 a07a bc43 db3df8f97266

haplokuon edited this page May 6, 2023 · 1 revision

LexicoArray2 Constructor

netDxf 3.0.0 Library

Initializes a new instance of the LexicoArray2 class

Definition

Namespace: netDxf.GTE
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public LexicoArray2(
	int numRows,
	int numCols,
	double[] matrix
)

VB

Public Sub New ( 
	numRows As Integer,
	numCols As Integer,
	matrix As Double()
)

C++

public:
LexicoArray2(
	int numRows, 
	int numCols, 
	array<double>^ matrix
)

F#

new : 
        numRows : int * 
        numCols : int * 
        matrix : float[] -> LexicoArray2

Parameters

  Int32
\[Missing <param name="numRows"/> documentation for "M:netDxf.GTE.LexicoArray2.#ctor(System.Int32,System.Int32,System.Double[])"\]
  Int32
\[Missing <param name="numCols"/> documentation for "M:netDxf.GTE.LexicoArray2.#ctor(System.Int32,System.Int32,System.Double[])"\]
  Double[]
\[Missing <param name="matrix"/> documentation for "M:netDxf.GTE.LexicoArray2.#ctor(System.Int32,System.Int32,System.Double[])"\]

See Also

Reference

LexicoArray2 Class
netDxf.GTE Namespace

Clone this wiki locally