Artificial Mind Help

GeneCollection.CopyTo Method 

Copies the collection objects to a one-dimensional Array instance beginning at the specified index.

public void CopyTo(
   Gene[] array,
   int index
);

Parameters

array
The one-dimensional Array that is the destination of the values copied from the collection.
index
The index of the array at which to begin inserting.

See Also

GeneCollection Class | AnticipatingMinds.ArtificialMind.GeneticAlgorithms Namespace