Click or drag to resize

ParameterizedScalarVariableValue Property

Gets the Scalar to use that will be varied by a TargetedSegmentListOperatorEvaluator. Use this Scalar in the place of one that you want to solve for with the TargetedSegmentListDifferentialCorrector.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ParameterizedScalar Value { get; }

Property Value

Type: ParameterizedScalar
Remarks
Note that it is possible to use this scalar in multiple SegmentDefinitions. If you do that, then the value computed will be changed for all of the SegmentPropagators, not just the Segment specified.
See Also