C# Class Filters.Models.BinaryOperator

Abstract class of a binary operator Imeplenting the common methods
Show file Open project: Dirkster99/YalvLib

Public Methods

Method Description
Evaluate ( bool leftValue, bool rightValue ) : bool

Evaluate the left and right values

Method Details

Evaluate() public abstract method

Evaluate the left and right values
public abstract Evaluate ( bool leftValue, bool rightValue ) : bool
leftValue bool Value of the left child
rightValue bool Value of the right child
return bool