Click or drag to resize

EvaluatorGroupParameterizeTResult, TResultOverIntervals Method (IEvaluatorOverIntervalsTResult, TResultOverIntervals)

Parameterizes an evaluator with zero parameters.

Namespace:  AGI.Foundation
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ParameterizedEvaluatorWithIntervals<TResult, TResultOverIntervals> Parameterize<TResult, TResultOverIntervals>(
	IEvaluatorOverIntervals<TResult, TResultOverIntervals> evaluatorToParameterize
)

Parameters

evaluatorToParameterize
Type: AGI.FoundationIEvaluatorOverIntervalsTResult, TResultOverIntervals
The evaluator to parameterize.

Type Parameters

TResult
The type of the result of evaluating the evaluator.
TResultOverIntervals
The type of the result when evaluated over an interval or collection of intervals.

Return Value

Type: ParameterizedEvaluatorWithIntervalsTResult, TResultOverIntervals
An evaluator that can be evaluated with the given parameters.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when evaluatorToParameterize is .
See Also