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 416
77f5fa35 e981 ca9a 1f99 af826283ce80
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of the BandedMatrix class
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
- 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)"\]