Click or drag to resize

NumericalPropagatorDefinitionRemove Method (PropagationStateElement)

Remove the given state element from the representation of the state. This will prevent the instance of this state element from being propagated.

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(
	PropagationStateElement stateElement
)

Parameters

stateElement
Type: AGI.Foundation.Propagators.AdvancedPropagationStateElement
The state element to remove from the state.

Return Value

Type: Boolean
if the state element was found and successfully removed; otherwise .
See Also