C# 클래스 StrongChess.Model.Util.BitOperations

파일 보기 프로젝트 열기: ElemarJR/StrongChess

공개 메소드들

메소드 설명
BitScanForward ( this value ) : int
BitScanReverse ( this value ) : int
PopCount ( this x ) : int

메소드 상세

BitScanForward() 공개 정적인 메소드

public static BitScanForward ( this value ) : int
value this
리턴 int

BitScanReverse() 공개 정적인 메소드

public static BitScanReverse ( this value ) : int
value this
리턴 int

PopCount() 공개 정적인 메소드

public static PopCount ( this x ) : int
x this
리턴 int