C-minor v0.0

OperatorEvaluation.ShiftLeft Method

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

Bit Shift Left

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

Parameters

object a

The first operand

object b

The second operand

Returns

object

The result of the operation