Click or drag to resize

ParameterEvaluatorT Constructor (EvaluatorGroup, T)

Initializes a new instance with the supplied default value.

Namespace:  AGI.Foundation.Infrastructure
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ParameterEvaluator(
	EvaluatorGroup group,
	T defaultValue
)

Parameters

group
Type: AGI.FoundationEvaluatorGroup
The group that contains this evaluator.
defaultValue
Type: T
The default value for this parameter.
See Also