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.2.419.0 (24.2.419.0)
Syntax public 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 -> TargetedSegmentListFunctionResults
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