C# 클래스 QuickGraph.HashCodeHelper

파일 보기 프로젝트 열기: lukesandberg/PexFaultLocalization 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Fold ( Int32 hash, Int32 value ) : Int32
Fold ( Int32 hash, byte value ) : Int32

메소드 상세

Combine() 공개 정적인 메소드

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

Combine() 공개 정적인 메소드

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
리턴 System.Int32

GetHashCode() 공개 정적인 메소드

public static GetHashCode ( System.Int64 x ) : Int32
x System.Int64
리턴 System.Int32