

Public Member Functions | |
| Division () | |
| override float | Value (float[] parameters, int startIndex) |
| Calculates the value of the symbol. | |
| Division (Division symbol) | |
| Creates a clone of symbol . | |
| override GEP.Core.Common.Symbol | Clone () |
| Clones this instance. | |
| override string | ToString () |
Protected Attributes | |
| string | _name |
| int | _n_Parameters |
Static Protected Attributes | |
| static string | NAME = "/" |
| The display name "/" of the function. | |
Properties | |
| string | Name [get] |
| Gets the name of this symbol. | |
| int | N_Parameters [get] |
| The number of parameters the symbol accepts. | |
Definition at line 12 of file Division.cs.