Index<T>.CopyTo Method

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

Definition

Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
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