public int GetHashCode()

in Microsoft.Shared.Dna.Hash/AffineHash.cs [164:167]


        public int GetHashCode(char value)
        {
            return (int)this.ComputeSmallBlock((ulong)value);
        }