Gene type.

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

Syntax

C#
public GPGeneType GeneType { get; }

Implements

IGPGene..::.GeneType

Remarks

The property represents type of a gene - function, argument, etc.

See Also