Click or drag to resize

NumericalPropagationStateHistory Constructor (PropagationStateConverter, Boolean, NumericalPropagationStateHistory)

Initializes a new instance. SortingFormat is set to Forwards.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public NumericalPropagationStateHistory(
	PropagationStateConverter converter,
	bool includeIntegrationInfo,
	params NumericalPropagationStateHistory[] otherCollections
)

Parameters

converter
Type: AGI.Foundation.PropagatorsPropagationStateConverter
A converter which contains the state and auxiliary output which can convert the raw data.
includeIntegrationInfo
Type: SystemBoolean
If this is true, the collection will contain a list of information about the integration process at each step.
otherCollections
Type: AGI.Foundation.PropagatorsNumericalPropagationStateHistory
Other collections to combine into this one.
See Also