DurationFunctionThresholdCrossingFound Class |
Namespace: AGI.Foundation.NumericalMethods.Advanced
The DurationFunctionThresholdCrossingFound type exposes the following members.
Name | Description | |
---|---|---|
![]() | DurationFunctionThresholdCrossingFound |
Initializes a new instance.
|
Name | Description | |
---|---|---|
![]() | CrossingDuration |
Gets the duration at which the crossing occurs.
|
![]() | CrossingValue |
Gets the function value at the crossing.
|
![]() | Explorer |
Gets the DurationFunctionExplorer that found this crossing.
|
![]() | Function |
Gets the function that crossed the threshold.
|
![]() | Indication |
Gets the finding that originally indicated the existence of this threshold crossing.
|
![]() | Slope |
Gets the slope of the function at the crossing.
|
![]() | Threshold |
Gets the threshold crossed by the function.
|
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.) |
![]() | 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.) |