Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public bool Remove(
	PropagationStateCorrector corrector
)

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