Click or drag to resize

TimeIntervalFinder Properties

The TimeIntervalFinder type exposes the following members.

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
See Also