Methods

  NameDescription
Public methodStatic memberHash(Boolean, Int32)
Calculate a running hash using the boolean value.
Public methodStatic memberHash(array<Boolean>[]()[][], Int32)
Calculate a running hash using the boolean array value.
Public methodStatic memberHash(Byte, Int32)
Calculate a running hash using the byte value.
Public methodStatic memberHash(array<Byte>[]()[][], Int32)
Calculate a running hash using the byte array value.
Public methodStatic memberHash(Char, Int32)
Calculate a running hash using the char value.
Public methodStatic memberHash(array<Char>[]()[][], Int32)
Calculate a running hash using the char array value.
Public methodStatic memberHash(ICollection, Int32)
Calculate a running hash using the Collection value. The hash computed over the Collection's entries is order-independent.
Public methodStatic memberHash(Double, Int32)
Calculate a running hash using the double value.
Public methodStatic memberHash(array<Double>[]()[][], Int32)
Calculate a running hash using the double array value.
Public methodStatic memberHash(Int16, Int32)
Calculate a running hash using the short value.
Public methodStatic memberHash(array<Int16>[]()[][], Int32)
Calculate a running hash using the short array value.
Public methodStatic memberHash(Int32, Int32)
Calculate a running hash using the int value.
Public methodStatic memberHash(array<Int32>[]()[][], Int32)
Calculate a running hash using the int array value.
Public methodStatic memberHash(Int64, Int32)
Calculate a running hash using the long value.
Public methodStatic memberHash(array<Int64>[]()[][], Int32)
Calculate a running hash using the long array value.
Public methodStatic memberHash(Object, Int32)
Calculate a running hash using the object value.
Public methodStatic memberHash(array<Object>[]()[][], Int32)
Calculate a running hash using the object array value.
Public methodStatic memberHash(Single, Int32)
Calculate a running hash using the float value.
Public methodStatic memberHash(array<Single>[]()[][], Int32)
Calculate a running hash using the float array value.

See Also