Click or drag to resize

ComputeNewThresholdCallback<T> Delegate

The callback to compute a new threshold based on the old threshold.

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public delegate T ComputeNewThresholdCallback<T>(
	T currentThreshold
)

Parameters

currentThreshold
Type: T
The current threshold as a double.

Type Parameters

T
The type of the threshold, often a Double, Duration or JulianDate.

Return Value

Type: T
The value of the new threshold.
See Also