Maximum arguments count.
Namespace:
AForge.GeneticAssembly: AForge.Genetic (in AForge.Genetic.dll) Version: 2.2.4.0 (2.2.4.0)
Syntax
C# |
---|
int MaxArgumentsCount { get; } |
Remarks
Maximum arguments count of a function gene. The property may be used by chromosomes' classes to allocate correctly memory for functions' arguments, for example.