C# Class ExpressionParser.LogicalOperator

Logical Operator Class providing evaluation services for && and || operators.
Inheritance: Operator
Afficher le fichier Open project: IndiansIncredible/.NetIDS Class Usage Examples

Méthodes publiques

Méthode Description
Eval ( IOperand lhs, IOperand rhs ) : IOperand
LogicalOperator ( char cOperator ) : System
LogicalOperator ( string szOperator ) : System

Method Details

Eval() public méthode

public Eval ( IOperand lhs, IOperand rhs ) : IOperand
lhs IOperand
rhs IOperand
Résultat IOperand

LogicalOperator() public méthode

public LogicalOperator ( char cOperator ) : System
cOperator char
Résultat System

LogicalOperator() public méthode

public LogicalOperator ( string szOperator ) : System
szOperator string
Résultat System