IChromosome.GetGenes Method

GeneticSharp

IChromosome GetGenes Method GeneticSharp
Gets the genes.

Namespace: GeneticSharp.Domain.Chromosomes
Assembly: GeneticSharp.Domain (in GeneticSharp.Domain.dll) Version: 1.0.5010.36434

Syntax

Gene[] GetGenes()
Gene[] GetGenes()

Return Value

Type:  Gene 
The genes.
See Also