C-minor v0.0

CompileTimeOperators.op_LeftShift Method

Assembly: Topten.Cminor.Compiler.dll
Namespace: Topten.Cminor
Declaring Type: CompileTimeOperators

Overloads

op_LeftShift(int, int)
op_LeftShift(uint, int)
op_LeftShift(long, int)
op_LeftShift(UInt64, int)

op_LeftShift(int, int)

public static int op_LeftShift(int a, int b);

Parameters

int a
int b

Returns

int

op_LeftShift(uint, int)

public static uint op_LeftShift(uint a, int b);

Parameters

uint a
int b

Returns

uint

op_LeftShift(long, int)

public static long op_LeftShift(long a, int b);

Parameters

long a
int b

Returns

long

op_LeftShift(UInt64, int)

public static UInt64 op_LeftShift(UInt64 a, int b);

Parameters

UInt64 a
int b

Returns

UInt64