Click or drag to resize
BigArray<T>.CopyTo Method (Int64,T[], Int64)
Copies a range of elements from the BigArray to a compatible one-dimensional array.

Namespace: Bio
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public void CopyTo(
	long index,
	T[] destinationArray,
	long count
)

Parameters

index
Type: System.Int64
The zero-based index in the source BigArray at which copying begins.
destinationArray
Type:T[]
The one-dimensional array that is the destination of the elements copied from BigArray.
count
Type: System.Int64
The number of elements to copy.
See Also