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

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

Public Methods

Method Description
Run ( RdlVirtualMachine machine ) : void

Performs comparsion betwen two numeric values in stack and determine if it's less

ToString ( ) : string

Stringify object.

Method Details

Run() public method

Performs comparsion betwen two numeric values in stack and determine if it's less
public Run ( RdlVirtualMachine machine ) : void
machine RdlVirtualMachine The virtual machine
return void

ToString() public method

Stringify object.
public ToString ( ) : string
return string