ShiftHelper.ShiftLeft 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
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
Returns
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
Returns
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
Returns