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