ChromosomeBase.GetGene Method

GeneticSharp

ChromosomeBase 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

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

Parameters

index
Type: OnlineSystem Int32
Index.

Return Value

Type: Gene
The gene.

Implements

IChromosome GetGene(Int32)
See Also