Click or drag to resize

ParameterizedDurationVariableValue 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<Duration> Value { get; }

Property Value

Type: ParameterizedValueDefinitionDuration
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