Click or drag to resize

ParameterizedDurationVariableGetEvaluator Method

Gets a SegmentPropagatorVariableEvaluator for this variable.

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

Parameters

group
Type: AGI.FoundationEvaluatorGroup
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 , or Scaling is , or MaximumStep is not greater than zero, or VariableTolerance is negative.
See Also