ShiftHelper.ShiftRight Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ShiftRight(Int32, Int32)
public:
static int ShiftRight(int x, int y);
public static int ShiftRight (int x, int y);
static member ShiftRight : int * int -> int
Public Shared Function ShiftRight (x As Integer, y As Integer) As Integer
Parameters
Returns
ShiftRight(Int64, Int32)
public:
static long ShiftRight(long x, int y);
public static long ShiftRight (long x, int y);
static member ShiftRight : int64 * int -> int64
Public Shared Function ShiftRight (x As Long, y As Integer) As Long
Parameters
Returns
ShiftRight(Object, Int32)
public:
static System::Object ^ ShiftRight(System::Object ^ x, int y);
public static object ShiftRight (object x, int y);
static member ShiftRight : obj * int -> obj
Public Shared Function ShiftRight (x As Object, y As Integer) As Object
Parameters
Returns