21 public override void Operate(ref
double x, ref
double y)
23 double Mod = Math.Exp(-y);
24 double zr = Mod * (Math.Cos(x));
25 double zi = Mod * (Math.Sin(x));
28 zr += Mod * Math.Cos(-x);
29 zi += Mod * Math.Sin(-x);
Class managing a script expression.
ZCosVariation(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.