DoubleEvaluator.Inverse Property

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS.Logic.Evaluators Namespace > DoubleEvaluator Class > DoubleEvaluator Properties >

DoubleEvaluator.Inverse Property

Gets or sets a value indicating whether the inverse operation is enabled.

Namespace: BNCS.Logic.Evaluators
Assembly:  BNCS.Logic (in BNCS.Logic.dll)

 

Syntax


public bool Inverse { get; set; }

Field Value

true if the inverse operation is enabled; otherwise, false.

 

Remarks


When the value of this property changes, the Execute() method is called to perform any necessary operations related to the change in the inverse state.

 

See Also


DoubleEvaluator Class

BNCS.Logic.Evaluators Namespace