Click or drag to resize
HelperCopy Method (Array, Int64, Array, Int64, Int64)
Copies source array to destination array.

Namespace: Bio.Util
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public static void Copy(
	Array sourceArray,
	long sourceIndex,
	Array destinationArray,
	long destinationIndex,
	long length
)

Parameters

sourceArray
Type: SystemArray
Source array
sourceIndex
Type: SystemInt64
Source stating index.
destinationArray
Type: SystemArray
Destination array
destinationIndex
Type: SystemInt64
Destination stating index.
length
Type: SystemInt64
No of elements to copy
See Also