Click or drag to resize

ChangeStoppingConditionThresholdOperator<T>.ThresholdParameter Property

Gets or sets the parameter that can be used to parameterize evaluators that should be changed by this operator.

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public ValueParameter<T> ThresholdParameter { get; set; }

Property Value

Type: ValueParameter<T>
See Also