C# 클래스 Utils.BitSetExt

파일 보기 프로젝트 열기: eric7237cire/CodeJam

공개 메소드들

메소드 설명
ClearBit ( this bits, int pos ) : int
ClearBit ( this bits, int pos ) : long
GetBit ( this bits, int pos ) : bool
GetBit ( this bits, int pos ) : long
SetBit ( this bits, int pos ) : int
SetBit ( this bits, int pos ) : long

메소드 상세

ClearBit() 공개 정적인 메소드

public static ClearBit ( this bits, int pos ) : int
bits this
pos int
리턴 int

ClearBit() 공개 정적인 메소드

public static ClearBit ( this bits, int pos ) : long
bits this
pos int
리턴 long

GetBit() 공개 정적인 메소드

public static GetBit ( this bits, int pos ) : bool
bits this
pos int
리턴 bool

GetBit() 공개 정적인 메소드

public static GetBit ( this bits, int pos ) : long
bits this
pos int
리턴 long

SetBit() 공개 정적인 메소드

public static SetBit ( this bits, int pos ) : int
bits this
pos int
리턴 int

SetBit() 공개 정적인 메소드

public static SetBit ( this bits, int pos ) : long
bits this
pos int
리턴 long