JulianDateFunctionExplorer Methods | 
The JulianDateFunctionExplorer type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object.  (Inherited from Object.) | |
| Explore(JulianDate, JulianDate) | 
            Explores the function, raising events for each finding.
              | |
| Explore(JulianDate, JulianDate, ITrackCalculationProgress) | 
            Explores the function, raising events for each finding.
              | |
| 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.) | |
| Reset | 
            Resets exploration.  After calling this method, CurrentDateIsValid,
            PreviousDateIsValid, and PreviousPreviousDateIsValid all
            return .
              | |
| Step | 
            Explores the function through one step, raising events for any findings over the step.
              | |
| StepInteractively | 
            Steps exploration to a specified date.  Any findings during the step are reported in
            an enumerable collection of JulianDateFunctionFindings.
            Events are not raised for the findings.
              | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) |