OperatorEvaluation.BitwiseNot Method
Assembly: Topten.Cminor.Compiler.dll
Namespace: Topten.Cminor
Declaring Type: OperatorEvaluation
Bitwise Not
public static object BitwiseNot(object a);
Parameters
object a | The operand |
Returns
object | The result of the operation |