CompileTimeOperators.op_LeftShift Method
Assembly: Topten.Cminor.Compiler.dll
Namespace: Topten.Cminor
Declaring Type: CompileTimeOperators
Overloads
op_LeftShift(int, int)
public static int op_LeftShift(int a, int b);
Parameters
Returns
op_LeftShift(uint, int)
public static uint op_LeftShift(uint a, int b);
Parameters
Returns
op_LeftShift(long, int)
public static long op_LeftShift(long a, int b);
Parameters
Returns
op_LeftShift(UInt64, int)
public static UInt64 op_LeftShift(UInt64 a, int b);
Parameters
Returns