Gets a value that indicates whether the vector is sparse.
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| C# |
public virtual bool IsSparse { get; }
|
| Visual Basic (Declaration) |
Public Overridable ReadOnly Property IsSparse As Boolean
Get
|
| Visual C++ |
public:
virtual property bool IsSparse {
bool get ();
}
|
| F# |
abstract IsSparse : bool
override IsSparse : bool
|
Field Value
true
True
true
true (True in Visual Basic) if the matrix is sparse; otherwise
falseFalsefalsefalse (False in Visual Basic).
See Also