NumericalPropagatorDefinitionRemove Method (PropagationStateCorrector) |
Remove the given state corrector from the propagation.
This will prevent the instance of this corrector from operating on the
state elements during propagation.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool Remove(
PropagationStateCorrector corrector
)
Public Function Remove (
corrector As PropagationStateCorrector
) As Boolean
public:
bool Remove(
PropagationStateCorrector^ corrector
)
member Remove :
corrector : PropagationStateCorrector -> bool
Parameters
- corrector
- Type: AGI.Foundation.Propagators.AdvancedPropagationStateCorrector
The state corrector to remove from propagation.
Return Value
Type:
Boolean if the state corrector was found and successfully removed; otherwise
.
See Also