| TargetedSegmentListDifferentialCorrectorResults Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: AGI.Foundation.NumericalMethods
 Syntax
SyntaxThe TargetedSegmentListDifferentialCorrectorResults type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | TargetedSegmentListDifferentialCorrectorResults(TargetedSegmentListDifferentialCorrectorResults, CopyContext) | Initializes a new instance as a copy of an existing instance. | 
|  | TargetedSegmentListDifferentialCorrectorResults(MultivariableFunctionSolverResultsMultivariableFunctionSolverIterationResults, TargetedSegmentListOperator, TargetedSegmentListConfiguration) | 
            Initialize a new instance.
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | CompletedSuccessfully | 
            Gets or sets a value indicating whether the operator run completed successfully.
            (Inherited from TargetedSegmentListOperatorResults.) | 
|  | Converged | 
            Gets or sets a value indicating whether the corrector converged.  
             | 
|  | FinalSegmentsResults | 
            Gets or sets the SegmentListResults of the segments propagated 
            after the operator was executed.
            (Inherited from TargetedSegmentListOperatorResults.) | 
|  | FunctionSolverResults | 
            Gets the function results of the 
            corrector.
             | 
|  | Identifier | 
            Gets or sets the definition of the operator that ran.
            (Inherited from TargetedSegmentListOperatorResults.) | 
|  | ParentConfiguration | 
            Gets the configuration of the TargetedSegmentList that the 
            operator was a part of.
            The configuration is a mutable object, and it is possible that an 
            operator made some change to 
            it or a copy of it.  This must return the configuration that the propagator should 
            use after running the operator 
            that made this set of results.  If no changes were made to the 
            configuration, it should return the configuration that the 
            operator was given.
            (Inherited from TargetedSegmentListOperatorResults.) | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Clone | 
            Clones this object using the specified context.
            (Overrides TargetedSegmentListOperatorResultsClone(CopyContext).) | 
|  | Equals | Determines whether the specified object is equal to the current object.(Inherited from Object.) | 
|  | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) | 
|  | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | MemberwiseClone | Creates a shallow copy of the current Object.(Inherited from Object.) | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
 See Also
See Also