AST.RShift.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) => (UInt32)((Int32)left >> (Int32)right);