AST.Add.OperateULong C# (CSharp) Method

OperateULong() public method

public OperateULong ( UInt32 left, UInt32 right ) : UInt32
left System.UInt32
right System.UInt32
return System.UInt32
        public override UInt32 OperateULong(UInt32 left, UInt32 right) => left + right;
        public override Single OperateFloat(Single left, Single right) => left + right;