11 private readonly
double x;
12 private readonly
double y;
41 return new string[] {
"x",
"y" };
59 public override void Operate(ref
double x, ref
double y)
Class managing a script expression.
static double ToDouble(object Object)
Converts an object to a double value.
override string FunctionName
TODO
override void Operate(ref double x, ref double y)
TODO
Bent2Variation(ScriptNode x, ScriptNode y, int Start, int Length, Expression Expression)
TODO
override IElement Evaluate(IElement[] Arguments, Variables Variables)
TODO
override string[] DefaultArgumentNames
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.
Expression Expression
Expression of which the node is a part.
int Start
Start position in script expression.
Basic interface for all types of elements.
ArgumentType
Type of parameter used in a function definition or a lambda definition.