Click or drag to resize

TimeIntervalFinder Class

Finds the time intervals during which a constraint on a function of time is satisfied. This is a convenient way to use the capabilities of JulianDateFunctionExplorer.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.NumericalMethodsTimeIntervalFinder

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public class TimeIntervalFinder

The TimeIntervalFinder type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyConstraintValue
Gets or sets the desired constraint value.
Public propertyDebuggingLogger
Gets or sets a logger to which debugging information will be written.
Public propertyExtremaCrossingUncertaintyFactor
Gets or sets a value determining how finely to explore an extremum with the potential to cross a threshold. This value is passed along to the property of the same name on the JulianDateFunctionExplorer.
Public propertyFunction
Gets or sets the function to evaluate.
Public propertyMultithreadFindIntervals
Gets or sets a value indicating whether or not a call to FindIntervals(JulianDate, JulianDate, ITrackCalculationProgress) should be run in multithreaded mode.
Public propertySampler
Gets or sets the sampler that controls the times at which the function is sampled while searching for satisfaction intervals. Consider using JulianDateFunctionSampling and GetFunctionSampler. If this property is , the function is sampled at fixed steps defined by the SamplingInterval property.
Public propertySamplingInterval
Gets or sets the independent variable sampling increment. If Sampler is null, this is the fixed step that is used to sample the entire interval. If Sampler is non-null, this property is ignored.
Public propertyTimeTolerance
Gets or sets the convergence tolerance on the time when finding function extremum and crossings of the constraint threshold.
Public propertyValueTolerance
Gets or sets the convergence tolerance on the function value when finding function extremum and crossings of the constraint threshold.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFindIntervals(JulianDate, JulianDate)
Finds the intervals on which the Function satisfies the ConstraintValue over the specified interval.
Public methodFindIntervals(JulianDate, JulianDate, ITrackCalculationProgress)
Finds the intervals on which the Function satisfies the ConstraintValue over the specified interval.
Public methodFindIntervals(JulianDate, Boolean, JulianDate, Boolean)
Finds the intervals on which the Function satisfies the ConstraintValue over the specified interval.
Public methodFindIntervals(JulianDate, Boolean, JulianDate, Boolean, ITrackCalculationProgress)
Finds the intervals on which the Function satisfies the ConstraintValue over the specified interval.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also