|
NpzDictionaryTCopyTo Method (Array, Int32)
|
Copies the elements of the ICollectionT to an Array, starting at a particular Array index.
Namespace:
Accord.IO
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public void CopyTo(
Array array,
int arrayIndex
)
Public Sub CopyTo (
array As Array,
arrayIndex As Integer
)
Request Example
View SourceParameters
- array
- Type: SystemArray
The one-dimensional Array that is the destination of the elements copied from ICollectionT. The Array must have zero-based indexing. - arrayIndex
- Type: SystemInt32
The zero-based index in array at which copying begins.
See Also