TargetedSegmentListFunctionResults Constructor (SegmentListResults, Double, Double, SegmentListConfiguration) | 
 
            Initializes a new instance.
            
 
    Namespace: 
   AGI.Foundation.NumericalMethods
    Assembly:
   AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic TargetedSegmentListFunctionResults(
	SegmentListResults segmentResults,
	double[] variables,
	double[] constraintValues,
	SegmentListConfiguration configuration
)
Public Sub New ( 
	segmentResults As SegmentListResults,
	variables As Double(),
	constraintValues As Double(),
	configuration As SegmentListConfiguration
)
public:
TargetedSegmentListFunctionResults(
	SegmentListResults^ segmentResults, 
	array<double>^ variables, 
	array<double>^ constraintValues, 
	SegmentListConfiguration^ configuration
)
new : 
        segmentResults : SegmentListResults * 
        variables : float[] * 
        constraintValues : float[] * 
        configuration : SegmentListConfiguration -> TargetedSegmentListFunctionResultsParameters
- 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