C# Class Utility.General.HashCodeCombiner

Exibir arquivo Open project: aistrate/RegexParser

Public Methods

Method Description
Combine ( ) : int
Combine ( int h1, int h2 ) : int

Optimized for two arguments (the most frequent case).

Method Details

Combine() public static method

public static Combine ( ) : int
return int

Combine() public static method

Optimized for two arguments (the most frequent case).
public static Combine ( int h1, int h2 ) : int
h1 int
h2 int
return int