C# Class Zlib.SharedUtils

Datei anzeigen Open project: robertbaker/SevenUpdate Class Usage Examples

Public Methods

Method Description
UrShift ( int number, int bits ) : int

Performs an unsigned bitwise right shift with the specified number

Method Details

UrShift() public static method

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
return int