47 this.Arguments[0],
this.Start,
this.Length,
this.Expression);
54 this.Arguments[0],
this.Arguments[1],
Start,
Length,
this.Expression);
61 public override void Operate(ref
double x, ref
double y)
63 double x2 = x * x - y * y + this.
re;
64 y = 2 * x * y + this.
im;
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.
object AssociatedObjectValue
TODO
override string FunctionName
TODO
JuliaStepVariation(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
JuliaStepVariation(ScriptNode Parameter1, ScriptNode Parameter2, int Start, int Length, Expression Expression)
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.