C# Class StrongChess.Model.Util.BitOperations

Afficher le fichier Open project: ElemarJR/StrongChess

Méthodes publiques

Méthode Description
BitScanForward ( this value ) : int
BitScanReverse ( this value ) : int
PopCount ( this x ) : int

Method Details

BitScanForward() public static méthode

public static BitScanForward ( this value ) : int
value this
Résultat int

BitScanReverse() public static méthode

public static BitScanReverse ( this value ) : int
value this
Résultat int

PopCount() public static méthode

public static PopCount ( this x ) : int
x this
Résultat int