Click or drag to resize

TimeIntervalFinder Constructor (FunctionJulianDate, Double, Double, Duration)

Initializes a new instance using the specified function, constraint value, and sampling interval.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public TimeIntervalFinder(
	Function<JulianDate, double> function,
	double constraintValue,
	Duration samplingInterval
)

Parameters

function
Type: AGI.FoundationFunctionJulianDate, Double
The function to evaluate.
constraintValue
Type: SystemDouble
The desired constraint value.
samplingInterval
Type: AGI.Foundation.TimeDuration
The maximum interval on which to sample the function.
See Also