Method | Description | |
---|---|---|
UrShift ( int number, int bits ) : int |
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 |