21        public override void Operate(ref 
double x, ref 
double y)
 
   24            double c = Math.Cos(r);
 
Class managing a script expression.
 
override void Operate(ref double x, ref double y)
TODO
 
override string FunctionName
TODO
 
Secant2Variation(int Start, int Length, Expression Expression)
TODO
 
double variationWeight
TODO
 
int Length
Length of expression covered by node.
 
int Start
Start position in script expression.