C# Class GameMath.MathI

Afficher le fichier Open project: npruehs/game-math

Méthodes publiques

Méthode Description
GetBit ( int i, int k ) : int

Gets the k-th bit of the passed int value.

Method Details

GetBit() public static méthode

Gets the k-th bit of the passed int value.
public static GetBit ( int i, int k ) : int
i int /// Value to get the k-th bit of. ///
k int /// Bit to get. ///
Résultat int