C-minor v0.0

OperatorEvaluation.BitwiseAnd Method

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

Bitwise And

public static object BitwiseAnd(object a, object b);

Parameters

object a

The first operand

object b

The second operand

Returns

object

The result of the operation