50 this.Arguments[0],
this.Arguments[1],
this.Start,
this.Length,
this.Expression);
57 public override void Operate(ref
double x, ref
double y)
60 double x2 = x * this.re - y * this.
im;
61 y = this.re * y + this.im * x;
Class managing a script expression.
static Complex ToComplex(object Object)
Converts an object to a complex value.
static double ToDouble(object Object)
Converts an object to a double value.
ZMulVariation(ScriptNode Parameter1, int Start, int Length, Expression Expression)
TODO
override void Operate(ref double x, ref double y)
TODO
override IElement Evaluate(IElement[] Arguments, Variables Variables)
TODO
override string FunctionName
TODO
ZMulVariation(ScriptNode Parameter1, ScriptNode Parameter2, int Start, int Length, Expression Expression)
TODO
object AssociatedObjectValue
TODO
ScriptNode[] Arguments
Function arguments.
Base class for all nodes in a parsed script tree.
int Length
Length of expression covered by node.
int Start
Start position in script expression.
Basic interface for all types of elements.