 | FloatBandFactUpperBandwidth Property |
Gets the upper bandwidth of the factored banded matrix.
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 7.4
Syntaxpublic int UpperBandwidth { get; }
Public ReadOnly Property UpperBandwidth As Integer
Get
public:
property int UpperBandwidth {
int get ();
}
member UpperBandwidth : int with get
Property Value
Type:
Int32
See Also