Method | Description | |
---|---|---|
Evaluate ( bool leftValue, bool rightValue ) : bool |
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 |