C# Class Lawo.HashCode

Provides helper methods for hash codes.
Show file Open project: Lawo/ember-plus-sharp

Public Methods

Method Description
Combine ( int hash1, int hash2 ) : int

Returns the combination of hash1 and hash2.

Combine ( int hash1, int hash2, int hash3 ) : int

Returns the combination of hash1, hash2 and hash3.

Method Details

Combine() public static method

Returns the combination of hash1 and hash2.
public static Combine ( int hash1, int hash2 ) : int
hash1 int
hash2 int
return int

Combine() public static method

Returns the combination of hash1, hash2 and hash3.
public static Combine ( int hash1, int hash2, int hash3 ) : int
hash1 int
hash2 int
hash3 int
return int