| SparseVectorDataTEntries Property |
Gets and set the non-zero entries.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax public T[] Entries { get; set; }
Public Property Entries As T()
Get
Set
public:
property array<T>^ Entries {
array<T>^ get ();
void set (array<T>^ value);
}
member Entries : 'T[] with get, set
Property Value
TSee Also