|
<< 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)
public double MinValue { get; set; }
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.
BNCS.Logic.Evaluators Namespace