Enumeration of supported functions.
Namespace:
AForge.GeneticAssembly: AForge.Genetic (in AForge.Genetic.dll) Version: 2.2.4.0 (2.2.4.0)
Syntax
| C# |
|---|
protected enum Functions |
Members
| Member name | Description | |
|---|---|---|
| Add |
Addition operator.
| |
| Subtract |
Suntraction operator.
| |
| Multiply |
Multiplication operator.
| |
| Divide |
Division operator.
| |
| Sin |
Sine function.
| |
| Cos |
Cosine function.
| |
| Ln |
Natural logarithm function.
| |
| Exp |
Exponent function.
| |
| Sqrt |
Square root function.
|