Apache Lucene.Net 2.4.0 Class Library API

SupportClass.Number.URShift Method (Int32, Int32)

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 | SupportClass.Number.URShift Overload List