Gets the upper bandwidth of the 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 ();
}

Remarks

An element in the ith row, jth column is defined to be zero whenever j - i > UpperBandwidth.

See Also