AST.BinaryLogicalOp.OperateDouble C# (CSharp) Method

OperateDouble() public abstract method

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