DoubleFunctionThresholdCrossingFound Class | 
Namespace: AGI.Foundation.NumericalMethods.Advanced
The DoubleFunctionThresholdCrossingFound type exposes the following members.
| Name | Description | |
|---|---|---|
| DoubleFunctionThresholdCrossingFound | 
            Initializes a new instance.
              | 
| Name | Description | |
|---|---|---|
| CrossingValue | 
            Gets the function value at the crossing.
              | |
| CrossingVariable | 
            Gets the Variable at which the crossing occurs.
              | |
| Explorer | 
            Gets the DoubleFunctionExplorer 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.) |