Gets the lower bandwidth of the factored banded matrix.

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

Syntax

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

See Also