Click or drag to resize

JulianDateFunctionThresholdCrossingIndicated Class

A finding by JulianDateFunctionExplorer that a threshold crossing is indicated somewhere between two dates, because the function values are on opposite sides of the threshold at the two dates. The precise date at which the function crosses the threshold may not yet be known.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.NumericalMethods.AdvancedJulianDateFunctionFinding
    AGI.Foundation.NumericalMethods.AdvancedJulianDateFunctionThresholdCrossingIndicated

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

The JulianDateFunctionThresholdCrossingIndicated type exposes the following members.

Constructors
  NameDescription
Public methodJulianDateFunctionThresholdCrossingIndicated
Initializes a new instance.
Top
Properties
  NameDescription
Public propertyExplorer
Gets the JulianDateFunctionExplorer that found this indicated crossing.
Public propertyExtremum
Gets the extremum that caused this threshold crossing indication, or if this indication was not caused by an extremum.
Public propertyFunction
Gets the function that crossed the threshold.
Public propertyLeftDate
Gets the date to the left of the threshold.
Public propertyLeftValue
Gets the function value to the left of the threshold.
Public propertyRightDate
Gets the date to the right of the threshold.
Public propertyRightValue
Gets the function value to the right of the threshold.
Public propertySlope
Gets the slope of the segment that crosses the threshold.
Public propertyThreshold
Gets the threshold being crossed.
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 methodFindPreciseCrossing
Finds the precise date at which the function crosses the threshold.
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