C# Class Zlib.SharedUtils

Afficher le fichier Open project: robertbaker/SevenUpdate Class Usage Examples

Méthodes publiques

Méthode Description
UrShift ( int number, int bits ) : int

Performs an unsigned bitwise right shift with the specified number

Method Details

UrShift() public static méthode

Performs an unsigned bitwise right shift with the specified number
public static UrShift ( int number, int bits ) : int
number int Number to operate on
bits int Ammount of bits to shift
Résultat int