ShiftHelper.ShiftRight Method

Definition

Overloads

ShiftRight(Int32, Int32)
ShiftRight(Int64, Int32)
ShiftRight(Object, Int32)

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

x
Int32
y
Int32

Returns

Applies to

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

x
Int64
y
Int32

Returns

Applies to

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

x
Object
y
Int32

Returns

Applies to