DoubleEvaluator.MinValue Property

<< Click to Display Table of Contents >>

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

DoubleEvaluator.MinValue Property

Gets or sets the minimum value.

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

 

Syntax


public double MinValue { get; set; }

 

Remarks


When the MinValue is set to a new value, the Execute method is called. If the new value is the same as the current value, no action is taken.

 

See Also


DoubleEvaluator Class

BNCS.Logic.Evaluators Namespace