Click or drag to resize

TargetedSegmentListFunctionResults Constructor (SegmentListResults, Double, Double, SegmentListConfiguration)

Initializes a new instance.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public TargetedSegmentListFunctionResults(
	SegmentListResults segmentResults,
	double[] variables,
	double[] constraintValues,
	SegmentListConfiguration configuration
)

Parameters

segmentResults
Type: AGI.Foundation.SegmentPropagationSegmentListResults
The results from the run of the parent TargetedSegmentList
variables
Type: SystemDouble
The variable values used when computing this set of results.
constraintValues
Type: SystemDouble
The computed values of the constraints.
configuration
Type: AGI.Foundation.SegmentPropagationSegmentListConfiguration
The configuration used when propagating the propagator that created segmentResults during the evaluation of the TargetedSegmentListFunction.
See Also