C# Class TQL.RDL.Evaluator.Instructions.EqualityNumeric

Inheritance: IRdlInstruction
Mostra file Open project: Puchaczov/TQL.RDL

Public Methods

Method Description
Run ( RdlVirtualMachine machine ) : void

Performs comparsion between two numeric values.

Method Details

Run() public method

Performs comparsion between two numeric values.
public Run ( RdlVirtualMachine machine ) : void
machine RdlVirtualMachine virtual machine that on that code will be performed
return void