|  | DoubleSymBandMatrixBandwidth Property | 
            Gets the bandwidth of the matrix.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic int Bandwidth { get; }Public ReadOnly Property Bandwidth As Integer
	Get
public:
property int Bandwidth {
	int get ();
}member Bandwidth : int with get
Property Value
Int32 Remarks
Remarks
            This is equal to 2*HalfBandwidth + 1
 See Also
See Also