Index<T>.ToArray 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.0
C#
public T[] ToArray()

Return Value

T[]
An array containing the keys in the index.

Remarks

This method always returns a copy of the keys.

See Also