ParameterizedDateVariableInitialValue Property  | 
 
            Gets or sets the initial 
JulianDate to use when the 
Value is initially evaluated. Note that this
            initial value is neither scaled nor cross-validated in any way relative to the values in the 
SolverVariableSettings.
            This value will not show up in the iteration results.
            
 
    Namespace: 
   AGI.Foundation.NumericalMethods
    Assembly:
   AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic JulianDate InitialValue { get; set; }Public Property InitialValue As JulianDate
	Get
	Set
public:
property JulianDate InitialValue {
	JulianDate get ();
	void set (JulianDate value);
}member InitialValue : JulianDate with get, set
Property Value
Type: 
JulianDate
See Also