|  | DoubleComplexBandMatrixUpperBandwidth Property | 
            Gets the upper bandwidth of the matrix.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic int UpperBandwidth { get; }Public ReadOnly Property UpperBandwidth As Integer
	Get
public:
property int UpperBandwidth {
	int get ();
}member UpperBandwidth : int with get
Property Value
Int32 Remarks
RemarksAn element in the ith row, jth
            column is defined to be zero whenever j - i > UpperBandwidth.
            
 See Also
See Also