Click or drag to resize

ScalarAtEndOfNumericalSegmentConstraintGetEvaluator Method

Creates and returns the SegmentPropagatorConstraintEvaluator.

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 SegmentPropagatorConstraintEvaluator GetEvaluator(
	EvaluatorGroup group
)

Parameters

group
Type: AGI.FoundationEvaluatorGroup
The EvaluatorGroup to use to create any necessary evaluators for this constraint.

Return Value

Type: SegmentPropagatorConstraintEvaluator
The fully configured constraint evaluator.
Remarks
Derived classes should call ValidateProperties to check properties owned by this base class, as well as validate their own properties.
See Also