ShiftHelper.ShiftLeft Method

Definition

Overloads

ShiftLeft(Int32, Int32)
ShiftLeft(Int64, Int32)
ShiftLeft(Object, Int32)

ShiftLeft(Int32, Int32)

public:
 static int ShiftLeft(int x, int y);
public static int ShiftLeft (int x, int y);
static member ShiftLeft : int * int -> int
Public Shared Function ShiftLeft (x As Integer, y As Integer) As Integer

Parameters

x
Int32
y
Int32

Returns

Applies to

ShiftLeft(Int64, Int32)

public:
 static long ShiftLeft(long x, int y);
public static long ShiftLeft (long x, int y);
static member ShiftLeft : int64 * int -> int64
Public Shared Function ShiftLeft (x As Long, y As Integer) As Long

Parameters

x
Int64
y
Int32

Returns

Applies to

ShiftLeft(Object, Int32)

public:
 static System::Object ^ ShiftLeft(System::Object ^ x, int y);
public static object ShiftLeft (object x, int y);
static member ShiftLeft : obj * int -> obj
Public Shared Function ShiftLeft (x As Object, y As Integer) As Object

Parameters

x
Object
y
Int32

Returns

Applies to