21        public override void Operate(ref 
double x, ref 
double y)
 
   23            double e = Math.Exp(x - 1);
 
Class managing a script expression.
ExponentialVariation(int Start, int Length, Expression Expression)
TODO
override string FunctionName
TODO
override void Operate(ref double x, ref double y)
TODO
int Length
Length of expression covered by node.
int Start
Start position in script expression.