An NDoc Documented Class Library

SupportClass.URShift Method (Int32, Int64)

Performs an unsigned bitwise right shift with the specified number

public static int URShift(
   int number,
   long 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 Class | EnterpriseDT.Net.Zlib Namespace | SupportClass.URShift Overload List