Gets the upper bandwidth of the factored banded matrix.

Namespace:  CenterSpace.NMath.Matrix
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public int UpperBandwidth { get; }
Visual Basic (Declaration)
Public ReadOnly Property UpperBandwidth As Integer
Visual C++
public:
property int UpperBandwidth {
	int get ();
}

See Also