ChangeStoppingConditionThresholdOperatorTThreshold Property |
Gets the threshold value that this operator will change.
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ValueDefinition<T> Threshold { get; }
Public ReadOnly Property Threshold As ValueDefinition(Of T)
Get
public:
property ValueDefinition<T>^ Threshold {
ValueDefinition<T>^ get ();
}
member Threshold : ValueDefinition<'T> with get
Property Value
Type:
ValueDefinitionTSee Also