IChromosome.GetGene Method

GeneticSharp

IChromosome GetGene Method GeneticSharp
Gets the gene in the specified index.

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

Syntax

Gene GetGene(
	int index
)
Gene GetGene(
	int index
)

Parameters

index
Type: OnlineSystem Int32
Index.

Return Value

Type: Gene
The gene.
See Also