Click or drag to resize

IEvaluatorParameterT Interface

A placeholder for a parameter within an 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 interface IEvaluatorParameter<T>

Type Parameters

T
The type of the parameter.

The IEvaluatorParameterT type exposes the following members.

Methods
  NameDescription
Public methodGetEvaluator
Gets the placeholder evaluator associated with this parameter.
Top
See Also