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.2.419.0 (24.2.419.0)
Syntax public NumericalIntegrationInformation(
StepSizeInformation info,
double stepSize
)
Public Sub New (
info As StepSizeInformation,
stepSize As Double
)
public:
NumericalIntegrationInformation(
StepSizeInformation info,
double stepSize
)
new :
info : StepSizeInformation *
stepSize : float -> NumericalIntegrationInformation
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