Click or drag to resize

DurationFunctionThresholdCrossingIndicated Class

A finding by DurationFunctionExplorer that a threshold crossing is indicated somewhere between two durations, because the function values are on opposite sides of the threshold at the two durations. The precise duration at which the function crosses the threshold may not yet be known.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.NumericalMethods.AdvancedDurationFunctionFinding
    AGI.Foundation.NumericalMethods.AdvancedDurationFunctionThresholdCrossingIndicated

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 DurationFunctionThresholdCrossingIndicated : DurationFunctionFinding

The DurationFunctionThresholdCrossingIndicated type exposes the following members.

Constructors
  NameDescription
Public methodDurationFunctionThresholdCrossingIndicated
Initializes a new instance.
Top
Properties
  NameDescription
Public propertyExplorer
Gets the DurationFunctionExplorer 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 propertyLeftDuration
Gets the date to the left of the threshold.
Public propertyLeftValue
Gets the function value to the left of the threshold.
Public propertyRightDuration
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