Click or drag to resize

NumericalIntegrationInformation Constructor

Create an instance based on the given information.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public NumericalIntegrationInformation(
	StepSizeInformation info,
	double stepSize
)

Parameters

info
Type: AGI.Foundation.NumericalMethodsStepSizeInformation
Information on the behavior of the step size during integration.
stepSize
Type: SystemDouble
The size of the given integration step.
See Also