GEP::Core::Float::Functions::Subtraction Class Reference

Subtracts one number from another. More...

Inheritance diagram for GEP::Core::Float::Functions::Subtraction:

Inheritance graph
[legend]
Collaboration diagram for GEP::Core::Float::Functions::Subtraction:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 Subtraction ()
override float Value (float[] parameters, int startIndex)
 Subtracts the second parameter from the first.
 Subtraction (Subtraction 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.


Detailed Description

Subtracts one number from another.

Definition at line 12 of file Subtraction.cs.


The documentation for this class was generated from the following file:
GEP .NET Framwork Main Page
SourceForge.net Logo