Clone the gene.

Namespace:  AForge.Genetic
Assembly:  AForge.Genetic (in AForge.Genetic.dll) Version: 2.2.4.0 (2.2.4.0)

Syntax

C#
public IGPGene Clone()

Return Value

[Missing <returns> documentation for M:AForge.Genetic.ExtendedGeneFunction.Clone]

Implements

IGPGene..::.Clone()()()

Remarks

The method clones the chromosome returning the exact copy of it.

See Also