Gets a value that indicates whether the matrix is sparse.
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 override sealed bool IsSparse { get; }
|
| Visual Basic (Declaration) |
Public Overrides NotOverridable ReadOnly Property IsSparse As Boolean
Get
|
| Visual C++ |
public:
virtual property bool IsSparse {
bool get () override sealed;
}
|
| F# |
abstract IsSparse : bool
override IsSparse : bool
|
Field Value
Always returns
trueTruetruetrue (True in Visual Basic).
See Also