public int GetByte() { var x = (ulong)this.GetInt(); if (Scrambler.IsNeg(x)) { x = Scrambler.Negate(x); } return((int)(x % 256)); }