DoubleFunctionThresholdCrossingIndicated Class |
Namespace: AGI.Foundation.NumericalMethods.Advanced
The DoubleFunctionThresholdCrossingIndicated type exposes the following members.
Name | Description | |
---|---|---|
DoubleFunctionThresholdCrossingIndicated |
Initializes a new instance.
|
Name | Description | |
---|---|---|
Explorer |
Gets the DoubleFunctionExplorer that found this indicated crossing.
| |
Extremum |
Gets the extremum that caused this threshold crossing indication, or
if this indication was not caused by an extremum.
| |
Function |
Gets the function that crossed the threshold.
| |
LeftValue |
Gets the function value to the left of the threshold.
| |
LeftVariable |
Gets the date to the left of the threshold.
| |
RightValue |
Gets the function value to the right of the threshold.
| |
RightVariable |
Gets the date to the right of the threshold.
| |
Slope |
Gets the slope of the segment that crosses the threshold.
| |
Threshold |
Gets the threshold being crossed.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
FindPreciseCrossing |
Finds the precise date at which the function crosses the threshold.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |