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

a267f208 1464 91de 9357 40aad752d3ee

haplokuon edited this page May 6, 2023 · 1 revision

UBands Property

netDxf 3.0.0 Library

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

Definition

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

C#

public double[][] UBands { get; }

VB

Public ReadOnly Property UBands As Double()()
	Get

C++

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

F#

member UBands : float[][] with get

Property Value

Double[][]

See Also

Reference

BandedMatrix Class
netDxf.GTE Namespace

Clone this wiki locally