Apache Lucene.Net 2.4.0 Class Library API

SupportClass.Number.URShift Method

Performs an unsigned bitwise right shift with the specified number

Overload List

Performs an unsigned bitwise right shift with the specified number

public static int URShift(int,int);

Performs an unsigned bitwise right shift with the specified number

public static long URShift(long,int);

See Also

SupportClass.Number Class | (global) Namespace