C# Class Int32EqualZero, dotnet-webassembly

Compare equal to zero (return 1 if operand is zero, 0 otherwise).
Inheritance: SimpleInstruction
Mostrar archivo Open project: RyanLamansky/dotnet-webassembly

Public Methods

Method Description
Int32EqualZero ( ) : System.Reflection.Emit

Creates a new Int32EqualZero instance.

Private Methods

Method Description
Compile ( CompilationContext, context ) : void

Method Details

Int32EqualZero() public method

Creates a new Int32EqualZero instance.
public Int32EqualZero ( ) : System.Reflection.Emit
return System.Reflection.Emit