System.IO.Compression.FastEncoderWindow.HashValue C# (CSharp) Метод

HashValue() приватный Метод

private HashValue ( uint hash, byte b ) : uint
hash uint
b byte
Результат uint
        private uint HashValue(uint hash, byte b) {
            return ((hash << 4) ^ b);
        }