HelperCopy Method (Array, Array, Int64) |
Copies source array to destination array.
Namespace: Bio.UtilAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public static void Copy(
Array sourceArray,
Array destinationArray,
long length
)
Public Shared Sub Copy (
sourceArray As Array,
destinationArray As Array,
length As Long
)
public:
static void Copy(
Array^ sourceArray,
Array^ destinationArray,
long long length
)
static member Copy :
sourceArray : Array *
destinationArray : Array *
length : int64 -> unit
Parameters
- sourceArray
- Type: SystemArray
Source array - destinationArray
- Type: SystemArray
Destination array - length
- Type: SystemInt64
No of elements to copy
See Also