| SparseVectorDataTIndices Property |
Gets and sets the non-zero entry's Indices.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax public IndexArray Indices { get; set; }
Public Property Indices As IndexArray
Get
Set
public:
property IndexArray^ Indices {
IndexArray^ get ();
void set (IndexArray^ value);
}
member Indices : IndexArray with get, set
Property Value
IndexArraySee Also