ParameterizedDateVariable Constructor (JulianDate, Double, Double, SegmentDefinition, SolverVariableScaling) | 
 
            Initializes a new instance with a specified initial value.
            
 
    Namespace: 
   AGI.Foundation.NumericalMethods
    Assembly:
   AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic ParameterizedDateVariable(
	JulianDate initialValue,
	double maximumStep,
	double perturbation,
	SegmentDefinition segment,
	SolverVariableScaling scaling
)
Public Sub New ( 
	initialValue As JulianDate,
	maximumStep As Double,
	perturbation As Double,
	segment As SegmentDefinition,
	scaling As SolverVariableScaling
)
public:
ParameterizedDateVariable(
	JulianDate initialValue, 
	double maximumStep, 
	double perturbation, 
	SegmentDefinition^ segment, 
	SolverVariableScaling^ scaling
)
new : 
        initialValue : JulianDate * 
        maximumStep : float * 
        perturbation : float * 
        segment : SegmentDefinition * 
        scaling : SolverVariableScaling -> ParameterizedDateVariableParameters
- initialValue
 - Type: AGI.Foundation.TimeJulianDate
The initial value to use when the Value 
            is evaluated. - maximumStep
 - Type: SystemDouble
The maximum step that this variable should take. - perturbation
 - Type: SystemDouble
The perturbation that should be used when finding the 
            functions derivative with respect to this variable. - segment
 - Type: AGI.Foundation.SegmentPropagationSegmentDefinition
The segment that this variable will operate on. - scaling
 - Type: AGI.Foundation.NumericalMethodsSolverVariableScaling
The type of scaling to be used on this variable. 
See Also