Click or drag to resize
Accord.NET (logo)

ExtendedGeneFunctionGeneType Property

Gene type.

Namespace:  Accord.Genetic
Assembly:  Accord.Genetic (in Accord.Genetic.dll) Version: 3.8.0
Syntax
public GPGeneType GeneType { get; }
Request Example View Source

Property Value

Type: GPGeneType

Implements

IGPGeneGeneType
Remarks

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

See Also