|   | KDTreeNodeCollectionTNodeCopyTo Method  | 
        
         
              Copies the entire collection to a compatible one-dimensional Array, starting
              at the specified arrayIndex of the array.
            
 
    Namespace: 
   Accord.Collections
    Assembly:
   Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
 Syntax
Syntaxpublic void CopyTo(
	NodeDistance<TNode>[] array,
	int arrayIndex
)
Public Sub CopyTo ( 
	array As NodeDistance(Of TNode)(),
	arrayIndex As Integer
)
Parameters
- array
- Type: Accord.CollectionsNodeDistanceTNode
 The one-dimensional Array that is the destination of the
               elements copied from tree. The Array must have zero-based indexing.
- arrayIndex
- Type: SystemInt32
 The zero-based index in array at which copying begins.
 See Also
See Also