C# 클래스 Filters.Models.BinaryOperator

Abstract class of a binary operator Imeplenting the common methods
파일 보기 프로젝트 열기: Dirkster99/YalvLib

공개 메소드들

메소드 설명
Evaluate ( bool leftValue, bool rightValue ) : bool

Evaluate the left and right values

메소드 상세

Evaluate() 공개 추상적인 메소드

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
리턴 bool