C# Class System.Linq.Expressions.Interpreter.GreaterThanOrEqualInstruction.GreaterThanOrEqualInt64

Inheritance: GreaterThanOrEqualInstruction
Show file Open project: dotnet/corefx

Public Methods

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

Method Details

GreaterThanOrEqualInt64() public method

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

Run() public method

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