ChangeStoppingConditionThresholdOperatorTThresholdParameter 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: 24.2.419.0 (24.2.419.0)
Syntax public ValueParameter<T> ThresholdParameter { get; set; }
Public Property ThresholdParameter As ValueParameter(Of T)
Get
Set
public:
property ValueParameter<T>^ ThresholdParameter {
ValueParameter<T>^ get ();
void set (ValueParameter<T>^ value);
}
member ThresholdParameter : ValueParameter<'T> with get, set
Property Value
Type:
ValueParameterTSee Also