Artificial Mind Help

GeneCollection.Add Method 

Adds the specified Gene to the collection.

public int Add(
   Gene value
);

Parameters

value
The Gene to add.

Return Value

The index at which the new element was inserted.

See Also

GeneCollection Class | AnticipatingMinds.ArtificialMind.GeneticAlgorithms Namespace