DoubleFunctionThresholdCrossingIndicatedFindPreciseCrossing Method |
Finds the precise date at which the function crosses the 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 DoubleFunctionThresholdCrossingFound FindPreciseCrossing()
Public Function FindPreciseCrossing As DoubleFunctionThresholdCrossingFound
public:
DoubleFunctionThresholdCrossingFound^ FindPreciseCrossing()
member FindPreciseCrossing : unit -> DoubleFunctionThresholdCrossingFound
Return Value
Type:
DoubleFunctionThresholdCrossingFoundInformation about the precise threshold crossing.
See Also