|
<< Click to Display Table of Contents >> Navigation: Reference > BNCS.Logic.Evaluators Namespace > DoubleEvaluator Class > DoubleEvaluator Constructor > DoubleEvaluator Constructor (Guid, Double, Double, String, String, Boolean, Boolean) |
Initializes a new instance of the DoubleEvaluator class.
Namespace: BNCS.Logic.Evaluators
Assembly: BNCS.Logic (in BNCS.Logic.dll)
public DoubleEvaluator(
Guid id,
double minValue,
double maxValue,
string name,
string description,
bool inverse,
bool equals
)
id
Type: Guid
The unique identifier for the evaluator.
minValue
Type: Double
The minimum value for the evaluation range.
maxValue
Type: Double
The maximum value for the evaluation range.
name
Type: String
The name of the evaluator.
description
Type: String
A brief description of the evaluator.
inverse
Type: Boolean
A boolean indicating whether the evaluation logic should be inverted. Default is false.
equals
Type: Boolean
BNCS.Logic.Evaluators Namespace