Click or drag to resize

ChangeStoppingConditionThresholdOperatorTInitialValue Property

Gets or sets the initial value to use for the StoppingCondition that the Threshold is the threshold of. The value that the threshold of the StoppingCondition is initially configured with will be ignored and this value will be used instead.

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public T InitialValue { get; set; }

Property Value

Type: T
See Also