Gets and sets the non-zero entry's Indices.
Namespace:
CenterSpace.NMath.MatrixAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public IndexArray Indices { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property Indices As IndexArray |
| Visual C++ |
|---|
public: property IndexArray^ Indices { IndexArray^ get (); void set (IndexArray^ value); } |