IntegerEvaluator.Inverse Property

<< 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)

 

Syntax


public bool Inverse { get; set; }

Field Value

A boolean value where true indicates that the inverse operation is applied; otherwise, false.

 

Remarks


When the value is changed, the Execute() method is called to apply the change.

 

See Also


IntegerEvaluator Class

BNCS.Logic.Evaluators Namespace