public int GetHashCode()

in Microsoft.Shared.Dna.Hash/AffineHash.cs [255:258]


        public int GetHashCode(double value)
        {
            return (int)this.ComputeBigBlock((ulong)BitConverter.DoubleToInt64Bits(value));
        }