C# Class QuickGraph.HashCodeHelper

Mostra file Open project: lukesandberg/PexFaultLocalization Class Usage Examples

Public Methods

Method Description
Combine ( Int32 x, Int32 y ) : Int32

Combines two hashcodes in a strong way.

Combine ( Int32 x, Int32 y, Int32 z ) : Int32

Combines three hashcodes in a strong way.

GetHashCode ( System.Int64 x ) : Int32

Private Methods

Method Description
Fold ( Int32 hash, Int32 value ) : Int32
Fold ( Int32 hash, byte value ) : Int32

Method Details

Combine() public static method

Combines two hashcodes in a strong way.
public static Combine ( Int32 x, Int32 y ) : Int32
x System.Int32
y System.Int32
return System.Int32

Combine() public static method

Combines three hashcodes in a strong way.
public static Combine ( Int32 x, Int32 y, Int32 z ) : Int32
x System.Int32
y System.Int32
z System.Int32
return System.Int32

GetHashCode() public static method

public static GetHashCode ( System.Int64 x ) : Int32
x System.Int64
return System.Int32