Gets the total bandwidth of the matrix.
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| C# |
public int TotalBandwidth { get; }
|
| Visual Basic (Declaration) |
Public ReadOnly Property TotalBandwidth As Integer
Get
|
| Visual C++ |
public:
property int TotalBandwidth {
int get ();
}
|
| F# |
member TotalBandwidth : int
|
Field Value
An integer greater than or equal to one.
Remarks
See Also