Click or drag to resize

DelegateBasedVariable<T>.GetEvaluator Method

Gets a SegmentPropagatorVariableEvaluator for this variable.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public override SegmentPropagatorVariableEvaluator GetEvaluator(
	EvaluatorGroup group
)

Parameters

group
Type: AGI.Foundation.EvaluatorGroup
The EvaluatorGroup to use to create any necessary evaluators for this variable.

Return Value

Type: SegmentPropagatorVariableEvaluator
The fully configured variable evaluator.
Exceptions
ExceptionCondition
PropertyInvalidException Thrown when Segment is null, or Scaling is null, or MaximumStep is not greater than zero, or VariableTolerance is negative, or Setter is null.
See Also