AST.BinaryArithmeticOp.OperateDouble C# (CSharp) Method

OperateDouble() public abstract method

public abstract OperateDouble ( Double left, Double right ) : Double
left Double
right Double
return Double
        public abstract Double OperateDouble(Double left, Double right);