An NDoc Documented Class Library

SupportClass.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 int URShift(int,long);

Performs an unsigned bitwise right shift with the specified number

public static long URShift(long,int);

Performs an unsigned bitwise right shift with the specified number

public static long URShift(long,long);

See Also

SupportClass Class | EnterpriseDT.Net.Zlib Namespace