Index<T>.To Array Method
Returns an array containing the keys in the index.
Definition
Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
An array containing the keys in the index.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public T[] ToArray()
Return Value
T[]An array containing the keys in the index.
Remarks
This method always returns a copy of the keys.