C# 클래스 Lawo.HashCode

Provides helper methods for hash codes.
파일 보기 프로젝트 열기: Lawo/ember-plus-sharp

공개 메소드들

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

메소드 상세

Combine() 공개 정적인 메소드

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

Combine() 공개 정적인 메소드

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