NumericalPropagatorDefinitionAdd Method (PropagationStateElement) |
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public void Add(
PropagationStateElement stateElement
)
Public Sub Add (
stateElement As PropagationStateElement
)
public:
void Add(
PropagationStateElement^ stateElement
)
member Add :
stateElement : PropagationStateElement -> unit
Parameters
- stateElement
- Type: AGI.Foundation.Propagators.AdvancedPropagationStateElement
The state element to add to the state.
See Also