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

Inheritance: LessThanInstruction
显示文件 Open project: dotnet/corefx

Public Methods

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

Method Details

LessThanDouble() public method

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

Run() public method

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