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

48dca1e2 ab9f dd3a ad00 47c4d8d33cc3

haplokuon edited this page May 6, 2023 · 1 revision

LBands Property

netDxf 3.0.0 Library

[Missing <summary> documentation for "P:netDxf.GTE.BandedMatrix.LBands"]

Definition

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

C#

public double[][] LBands { get; }

VB

Public ReadOnly Property LBands As Double()()
	Get

C++

public:
property array<array<double>^>^ LBands {
	array<array<double>^>^ get ();
}

F#

member LBands : float[][] with get

Property Value

Double[][]

See Also

Reference

BandedMatrix Class
netDxf.GTE Namespace

Clone this wiki locally