Lucene.Net 1.9.1 Class Library |
|
SupportClass.Number.URShift Method
Performs an unsigned bitwise right shift with the specified number
public static
int URShift(
int number,
int bits);
Parameters
-
number
- Number to operate on
-
bits
- Ammount of bits to shift
Return Value
The resulting number from the shift operation
See Also
SupportClass.Number Class | (global) Namespace