Index<T>.CopyTo Method

Copies the elements of the index to an array beginning at the specified index.

Definition

Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public virtual void CopyTo(
	T[] array,
	int arrayIndex
)

Parameters

array  T[]
An array.
arrayIndex  Int32
Index in array where copying is to start.

Implements

ICollection<T>.CopyTo(T[], Int32)

See Also