SegmentPropagatorVariable Constructor (Double, Double, SegmentDefinition) | 
  
    Namespace: 
   AGI.Foundation.NumericalMethods
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxprotected SegmentPropagatorVariable(
	double maximumStep,
	double perturbation,
	SegmentDefinition segment
)
Protected Sub New ( 
	maximumStep As Double,
	perturbation As Double,
	segment As SegmentDefinition
)
protected:
SegmentPropagatorVariable(
	double maximumStep, 
	double perturbation, 
	SegmentDefinition^ segment
)
new : 
        maximumStep : float * 
        perturbation : float * 
        segment : SegmentDefinition -> SegmentPropagatorVariableParameters
- maximumStep
 - Type: SystemDouble
The maximum step that this variable should take. - perturbation
 - Type: SystemDouble
            The perturbation that should be used when finding the derivative of a
            functions derivative with respect to this variable.
             - segment
 - Type: AGI.Foundation.SegmentPropagationSegmentDefinition
The segment that this variable will operate on. 
See Also