Click or drag to resize

DelegateBasedConstraintCallback Delegate

The delegate type used by the DelegateBasedConstraint. This must extract the value from the results to compare to the DesiredValue of the constraint in a TargetedSegmentListDifferentialCorrector.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public delegate double DelegateBasedConstraintCallback(
	SegmentResults results
)

Parameters

results
Type: AGI.Foundation.SegmentPropagationSegmentResults
The results of the segment specified in the DelegateBasedConstraint.

Return Value

Type: Double
The value to compare against the constraintsDesiredValue.
See Also