C-minor v0.0

CompileTimeOperators.op_BitwiseAnd Method

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

Overloads

op_BitwiseAnd(int, int)
op_BitwiseAnd(uint, uint)
op_BitwiseAnd(long, long)
op_BitwiseAnd(UInt64, UInt64)

op_BitwiseAnd(int, int)

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

Parameters

int a
int b

Returns

int

op_BitwiseAnd(uint, uint)

public static uint op_BitwiseAnd(uint a, uint b);

Parameters

uint a
uint b

Returns

uint

op_BitwiseAnd(long, long)

public static long op_BitwiseAnd(long a, long b);

Parameters

long a
long b

Returns

long

op_BitwiseAnd(UInt64, UInt64)

public static UInt64 op_BitwiseAnd(UInt64 a, UInt64 b);

Parameters

UInt64 a
UInt64 b

Returns

UInt64