Click or drag to resize

ParameterizedValueEvaluator2TParameter1, TParameter2, TResultEvaluate Method

Evaluates this parameterized evaluator.

Namespace:  AGI.Foundation.Infrastructure
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public TResult Evaluate(
	TParameter1 parameter1,
	TParameter2 parameter2
)

Parameters

parameter1
Type: TParameter1
The value of the first parameter.
parameter2
Type: TParameter2
The value of the second parameter.

Return Value

Type: TResult
The result of evaluating with the parameters.
See Also