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