Click or drag to resize

ParameterizedDoubleVariableValue Property

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

Property Value

Type: ParameterizedValueDefinitionDouble
Remarks
Note that it is possible to use this value 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