示例#1
0
            public int GetByte()
            {
                var x = (ulong)this.GetInt();

                if (Scrambler.IsNeg(x))
                {
                    x = Scrambler.Negate(x);
                }
                return((int)(x % 256));
            }