 | CompressedSparseRowTRowIndex Property |
Gets and sets the row index array.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic IndexArray RowIndex { get; set; }
Public Property RowIndex As IndexArray
Get
Set
public:
property IndexArray^ RowIndex {
IndexArray^ get ();
void set (IndexArray^ value);
}
member RowIndex : IndexArray with get, set
Property Value
IndexArray
See Also