|
<< Click to Display Table of Contents >> Navigation: Reference > BNCS.Logic.Evaluators Namespace > IntegerEvaluator Class > IntegerEvaluator Properties > IntegerEvaluator.Inverse Property |
Gets or sets a value indicating whether the inverse operation is applied.
Namespace: BNCS.Logic.Evaluators
Assembly: BNCS.Logic (in BNCS.Logic.dll)
public bool Inverse { get; set; }
A boolean value where true indicates that the inverse operation is applied; otherwise, false.
When the value is changed, the Execute() method is called to apply the change.
BNCS.Logic.Evaluators Namespace