DurationFunctionThresholdDetails Constructor |
Initializes a new instance. The threshold is initially enabled.
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public DurationFunctionThresholdDetails(
double value
)
Public Sub New (
value As Double
)
public:
DurationFunctionThresholdDetails(
double value
)
new :
value : float -> DurationFunctionThresholdDetails
Parameters
- value
- Type: SystemDouble
The threshold value of interest.
See Also