37 if (Left != Math.Floor(Left) || Right != Math.Floor(Right))
40 if (Right < sbyte.MinValue || Right > sbyte.MaxValue)
47 if (Left <
long.MinValue)
54 if (Left > ulong.MaxValue)
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.
override IElement Evaluate(double Left, double Right)
Evaluates the double operator.
ShiftLeft(ScriptNode Left, ScriptNode Right, int Start, int Length, Expression Expression)
Shift left operator.
Basic interface for all types of elements.