DoubleFunctionThresholdCollectionAdd 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 DoubleFunctionThresholdDetails Add(
double threshold
)
Public Function Add (
threshold As Double
) As DoubleFunctionThresholdDetails
public:
DoubleFunctionThresholdDetails^ Add(
double threshold
)
member Add :
threshold : float -> DoubleFunctionThresholdDetails
Parameters
- threshold
- Type: SystemDouble
The value of the threshold.
Return Value
Type:
DoubleFunctionThresholdDetailsThe instance representing the threshold, which has been added to the collection.
See Also