C# 클래스 TQL.RDL.Evaluator.Instructions.EqualityNumeric

상속: IRdlInstruction
파일 보기 프로젝트 열기: Puchaczov/TQL.RDL

공개 메소드들

메소드 설명
Run ( RdlVirtualMachine machine ) : void

Performs comparsion between two numeric values.

메소드 상세

Run() 공개 메소드

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