C-minor v0.0

CompileTimeOperators.op_RightShift Method

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

Overloads

op_RightShift(int, int)
op_RightShift(uint, int)
op_RightShift(long, int)
op_RightShift(UInt64, int)

op_RightShift(int, int)

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

Parameters

int a
int b

Returns

int

op_RightShift(uint, int)

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

Parameters

uint a
int b

Returns

uint

op_RightShift(long, int)

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

Parameters

long a
int b

Returns

long

op_RightShift(UInt64, int)

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

Parameters

UInt64 a
int b

Returns

UInt64