NumericalPropagationStateHistory Constructor (PropagationStateConverter, Boolean, NumericalPropagationStateHistory) |
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public NumericalPropagationStateHistory(
PropagationStateConverter converter,
bool includeIntegrationInfo,
params NumericalPropagationStateHistory[] otherCollections
)
Public Sub New (
converter As PropagationStateConverter,
includeIntegrationInfo As Boolean,
ParamArray otherCollections As NumericalPropagationStateHistory()
)
public:
NumericalPropagationStateHistory(
PropagationStateConverter^ converter,
bool includeIntegrationInfo,
... array<NumericalPropagationStateHistory^>^ otherCollections
)
new :
converter : PropagationStateConverter *
includeIntegrationInfo : bool *
otherCollections : NumericalPropagationStateHistory[] -> NumericalPropagationStateHistory
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