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

Inheritance: IRdlInstruction
Afficher le fichier Open project: Puchaczov/TQL.RDL

Méthodes publiques

Méthode Description
Run ( RdlVirtualMachine machine ) : void

Performs check if the value is between other values.

Method Details

Run() public méthode

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