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.2.419.0 (24.2.419.0)
Syntax public bool Remove(
PropagationStateElement stateElement
)
Public Function Remove (
stateElement As PropagationStateElement
) As Boolean
public:
bool Remove(
PropagationStateElement^ stateElement
)
member Remove :
stateElement : PropagationStateElement -> bool
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