TimeIntervalFinder Constructor (FunctionJulianDate, Double, Double) |
Initializes a new instance using the specified function and constraint value.
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public TimeIntervalFinder(
Function<JulianDate, double> function,
double constraintValue
)
Public Sub New (
function As Function(Of JulianDate, Double),
constraintValue As Double
)
public:
TimeIntervalFinder(
Function<JulianDate, double>^ function,
double constraintValue
)
new :
function : Function<JulianDate, float> *
constraintValue : float -> TimeIntervalFinder
Parameters
- function
- Type: AGI.FoundationFunctionJulianDate, Double
The function to evaluate. - constraintValue
- Type: SystemDouble
The desired constraint value.
See Also