|
<< 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)
public bool Inverse { get; set; }
true if the inverse operation is enabled; otherwise, false.
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.
BNCS.Logic.Evaluators Namespace