C# Class StrongChess.Model.Util.BitOperations

Mostrar archivo Open project: ElemarJR/StrongChess

Public Methods

Method Description
BitScanForward ( this value ) : int
BitScanReverse ( this value ) : int
PopCount ( this x ) : int

Method Details

BitScanForward() public static method

public static BitScanForward ( this value ) : int
value this
return int

BitScanReverse() public static method

public static BitScanReverse ( this value ) : int
value this
return int

PopCount() public static method

public static PopCount ( this x ) : int
x this
return int