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

77f5fa35 e981 ca9a 1f99 af826283ce80

haplokuon edited this page May 6, 2023 · 1 revision

BandedMatrix Constructor

netDxf 3.0.0 Library

Initializes a new instance of the BandedMatrix class

Definition

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

C#

public BandedMatrix(
	int size,
	int numLBands,
	int numUBands
)

VB

Public Sub New ( 
	size As Integer,
	numLBands As Integer,
	numUBands As Integer
)

C++

public:
BandedMatrix(
	int size, 
	int numLBands, 
	int numUBands
)

F#

new : 
        size : int * 
        numLBands : int * 
        numUBands : int -> BandedMatrix

Parameters

  Int32
\[Missing <param name="size"/> documentation for "M:netDxf.GTE.BandedMatrix.#ctor(System.Int32,System.Int32,System.Int32)"\]
  Int32
\[Missing <param name="numLBands"/> documentation for "M:netDxf.GTE.BandedMatrix.#ctor(System.Int32,System.Int32,System.Int32)"\]
  Int32
\[Missing <param name="numUBands"/> documentation for "M:netDxf.GTE.BandedMatrix.#ctor(System.Int32,System.Int32,System.Int32)"\]

See Also

Reference

BandedMatrix Class
netDxf.GTE Namespace

Clone this wiki locally