ParameterizedDoubleVariable Properties | 
The ParameterizedDoubleVariable type exposes the following members.
| Name | Description | |
|---|---|---|
| InitialValue | 
            Gets or sets the initial value 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.
              | |
| IsFrozen | 
            Gets a value indicating whether this object is frozen.  A frozen object cannot be modified and an
            ObjectFrozenException will be thrown if an attempt is made to do so.
              (Inherited from DefinitionalObject.) | |
| Name | 
            Gets or sets an optional name for this variable.
              (Inherited from SegmentPropagatorVariable.) | |
| PerturbationValue | 
            Gets or sets the perturbation value to use when computing a numerical derivative relative
            to this variable of a SolvableMultivariableFunction that uses
            SegmentPropagators.
              (Inherited from SegmentPropagatorVariable.) | |
| Segment | 
            Gets or sets the segment that this variable will act on.
              (Inherited from SegmentPropagatorVariable.) | |
| Settings | 
            Gets or sets the settings for the MultivariableFunctionSolver associated with this variable.
              (Inherited from SegmentPropagatorVariable.) | |
| Value | 
            Gets the ValueDefinitionT to use that will be varied by a 
            TargetedSegmentListOperatorEvaluator. Use this ValueDefinitionT in the place of one 
            that you want to solve for with the TargetedSegmentListDifferentialCorrector.
              |