NumericalIntegrationInformation Constructor |
Create an instance based on the given information.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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.NumericalMethods.StepSizeInformation
Information on the behavior of the step size during integration. - stepSize
- Type: System.Double
The size of the given integration step.
See Also