Click or drag to resize
Accord.NET (logo)

SimpleGeneFunctionArgumentsCount Property

Arguments count.

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

Property Value

Type: Int32

Implements

IGPGeneArgumentsCount
Remarks

Arguments count of a particular function gene.

See Also