C# 클래스 CavemanTools.Hashing.IntHelpers

파일 보기 프로젝트 열기: sapiens/cavemantools

공개 메소드들

메소드 설명
RotateLeft ( this original, int bits ) : ulong
RotateRight ( this original, int bits ) : ulong

메소드 상세

RotateLeft() 공개 정적인 메소드

public static RotateLeft ( this original, int bits ) : ulong
original this
bits int
리턴 ulong

RotateRight() 공개 정적인 메소드

public static RotateRight ( this original, int bits ) : ulong
original this
bits int
리턴 ulong