Click or drag to resize

StoppableNumericalPropagator Constructor (NumericalPropagatorDefinition)

Initializes a new instance.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public StoppableNumericalPropagator(
	NumericalPropagatorDefinition propagatorDefinition
)

Parameters

propagatorDefinition
Type: AGI.Foundation.PropagatorsNumericalPropagatorDefinition
The propagator that this StoppablePropagator will wrap.
See Also