39 if (Left != Math.Floor(Left) || Right != Math.Floor(Right))
45 if (Left <
long.MinValue)
48 L = (ulong)((
long)Left);
53 if (Left > ulong.MaxValue)
62 if (Right <
long.MinValue)
65 R = (ulong)((
long)Right);
70 if (Right > ulong.MaxValue)
78 if (LSigned && RSigned)
Script runtime exception.
Class managing a script expression.
Base class for binary double operators.
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.
And(ScriptNode Left, ScriptNode Right, int Start, int Length, Expression Expression)
Binary And.
override IElement Evaluate(double Left, double Right)
Evaluates the double operator.
Basic interface for all types of elements.