C# 클래스 Versionr.Utilities.IntHelpers

파일 보기 프로젝트 열기: eatplayhate/versionr

공개 메소드들

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

메소드 상세

GetUInt64() 공개 정적인 메소드

public static GetUInt64 ( this bb, int pos ) : ulong
bb this
pos int
리턴 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