DoubleEvaluator Constructor (Guid, String, String)

<< Click to Display Table of Contents >>

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

DoubleEvaluator Constructor (Guid, String, String)

Initializes a new instance of the DoubleEvaluator class.

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

 

Syntax


public DoubleEvaluator(
 Guid id,
 string name,
 string description
)

Parameters

id

Type: Guid
The unique identifier for the evaluator.

name

Type: String
The name of the evaluator.

description

Type: String
A brief description of the evaluator.

 

See Also


DoubleEvaluator Class

DoubleEvaluator Overload

BNCS.Logic.Evaluators Namespace