JulianDateFunctionThresholdCrossingIndicated Constructor |
Initializes a new instance.
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 JulianDateFunctionThresholdCrossingIndicated(
JulianDateFunctionExplorer explorer,
JulianDateFunctionDetails function,
JulianDateFunctionThresholdDetails threshold,
JulianDateFunctionExtremumFound extremum,
JulianDate leftDate,
double leftValue,
JulianDate rightDate,
double rightValue
)
Public Sub New (
explorer As JulianDateFunctionExplorer,
function As JulianDateFunctionDetails,
threshold As JulianDateFunctionThresholdDetails,
extremum As JulianDateFunctionExtremumFound,
leftDate As JulianDate,
leftValue As Double,
rightDate As JulianDate,
rightValue As Double
)
public:
JulianDateFunctionThresholdCrossingIndicated(
JulianDateFunctionExplorer^ explorer,
JulianDateFunctionDetails^ function,
JulianDateFunctionThresholdDetails^ threshold,
JulianDateFunctionExtremumFound^ extremum,
JulianDate leftDate,
double leftValue,
JulianDate rightDate,
double rightValue
)
new :
explorer : JulianDateFunctionExplorer *
function : JulianDateFunctionDetails *
threshold : JulianDateFunctionThresholdDetails *
extremum : JulianDateFunctionExtremumFound *
leftDate : JulianDate *
leftValue : float *
rightDate : JulianDate *
rightValue : float -> JulianDateFunctionThresholdCrossingIndicated
Parameters
- explorer
- Type: AGI.Foundation.NumericalMethodsJulianDateFunctionExplorer
The instance that identified this threshold crossing. - function
- Type: AGI.Foundation.NumericalMethodsJulianDateFunctionDetails
The function that crossed the threshold. - threshold
- Type: AGI.Foundation.NumericalMethodsJulianDateFunctionThresholdDetails
The threshold that was crossed. - extremum
- Type: AGI.Foundation.NumericalMethods.AdvancedJulianDateFunctionExtremumFound
The extremum that led to the discovery of this crossing, or if and
extremum was not involved in the discovery of this crossing.
- leftDate
- Type: AGI.Foundation.TimeJulianDate
The date to the left of the threshold. - leftValue
- Type: SystemDouble
The function value to the left of the threshold. - rightDate
- Type: AGI.Foundation.TimeJulianDate
The date to the right of the threshold. - rightValue
- Type: SystemDouble
The function value to the right of the threshold.
See Also