C# Class Algebra.QL.Eval.Expr.LessOrEqualToExpr

Inheritance: BinaryExpr, IEvalExpr
Afficher le fichier Open project: software-engineering-amsterdam/poly-ql

Méthodes publiques

Méthode Description
LessOrEqualToExpr ( IEvalExpr l, IEvalExpr r ) : System

Méthodes protégées

Méthode Description
Evaluate ( ValueContainer expr1Value, ValueContainer expr2Value ) : object

Method Details

Evaluate() protected méthode

protected Evaluate ( ValueContainer expr1Value, ValueContainer expr2Value ) : object
expr1Value Algebra.QL.Eval.Value.ValueContainer
expr2Value Algebra.QL.Eval.Value.ValueContainer
Résultat object

LessOrEqualToExpr() public méthode

public LessOrEqualToExpr ( IEvalExpr l, IEvalExpr r ) : System
l IEvalExpr
r IEvalExpr
Résultat System