Click or drag to resize

HashCode Structure

Provides helper methods for combining hash codes.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Clipper2LibHashCode

Namespace: Clipper2Lib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public struct HashCode

The HashCode type exposes the following members.

Methods
 NameDescription
Public methodStatic memberCombineT1, T2 Combines the hash codes of two values.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodStatic memberRotateLeft Rotates a 32-bit unsigned integer to the left.
Public methodToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)
Top
See Also