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 -> NumericalIntegrationInformationParameters
- 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