C# Class System.Linq.Expressions.Interpreter.LessThanInstruction.LessThanSingle

Inheritance: LessThanInstruction
Show file Open project: dotnet/corefx

Public Methods

Method Description
LessThanSingle ( object nullValue ) : System.Diagnostics
Run ( InterpretedFrame frame ) : int

Method Details

LessThanSingle() public method

public LessThanSingle ( object nullValue ) : System.Diagnostics
nullValue object
return System.Diagnostics

Run() public method

public Run ( InterpretedFrame frame ) : int
frame InterpretedFrame
return int