ChangeStoppingConditionThresholdOperatorTThresholdCallback Property  | 
 
            Gets or sets the callback that will compute the new value of the threshold.
            
 
    Namespace: 
   AGI.Foundation.SegmentPropagation
    Assembly:
   AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic ComputeNewThresholdCallback<T> ThresholdCallback { get; set; }Public Property ThresholdCallback As ComputeNewThresholdCallback(Of T)
	Get
	Set
public:
property ComputeNewThresholdCallback<T>^ ThresholdCallback {
	ComputeNewThresholdCallback<T>^ get ();
	void set (ComputeNewThresholdCallback<T>^ value);
}member ThresholdCallback : ComputeNewThresholdCallback<'T> with get, set
Property Value
Type: 
ComputeNewThresholdCallbackT
See Also