DurationFunctionThresholdCollectionAdd Method (Double) |
Adds a threshold.
Namespace:
AGI.Foundation.NumericalMethods.Advanced
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public DurationFunctionThresholdDetails Add(
double threshold
)
Public Function Add (
threshold As Double
) As DurationFunctionThresholdDetails
public:
DurationFunctionThresholdDetails^ Add(
double threshold
)
member Add :
threshold : float -> DurationFunctionThresholdDetails
Parameters
- threshold
- Type: SystemDouble
The value of the threshold.
Return Value
Type:
DurationFunctionThresholdDetailsThe instance representing the threshold, which has been added to the collection.
See Also