IChromosome GetGene Method | GeneticSharp |
Gets the gene in the specified index.
Namespace: GeneticSharp.Domain.ChromosomesAssembly: GeneticSharp.Domain (in GeneticSharp.Domain.dll) Version: 1.0.5010.36434
Syntax
Parameters
- index
- Type: System Int32
Index.
Return Value
Type: GeneThe gene.
See Also