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

Inheritance: IRdlInstruction
Mostrar archivo Open project: Puchaczov/TQL.RDL

Public Methods

Method Description
Run ( RdlVirtualMachine machine ) : void

Performs check if the value is between other values.

Method Details

Run() public method

Performs check if the value is between other values.
public Run ( RdlVirtualMachine machine ) : void
machine RdlVirtualMachine The virtual machine.
return void