Click or drag to resize

DoubleFunctionThresholdCrossingIndicated Class

A finding by DoubleFunctionExplorer that a threshold crossing is indicated somewhere between two Variables, because the function values are on opposite sides of the threshold at the two Variables. The precise Variable at which the function crosses the threshold may not yet be known.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.NumericalMethods.AdvancedDoubleFunctionFinding
    AGI.Foundation.NumericalMethods.AdvancedDoubleFunctionThresholdCrossingIndicated

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 DoubleFunctionThresholdCrossingIndicated : DoubleFunctionFinding

The DoubleFunctionThresholdCrossingIndicated type exposes the following members.

Constructors
  NameDescription
Public methodDoubleFunctionThresholdCrossingIndicated
Initializes a new instance.
Top
Properties
  NameDescription
Public propertyExplorer
Gets the DoubleFunctionExplorer 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 propertyLeftValue
Gets the function value to the left of the threshold.
Public propertyLeftVariable
Gets the date to the left of the threshold.
Public propertyRightValue
Gets the function value to the right of the threshold.
Public propertyRightVariable
Gets the date 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