JulianDateFunctionExplorerStep Method  | 
 
            Explores the function through one step, raising events for any findings over the step.
            
 
    Namespace: 
   AGI.Foundation.NumericalMethods
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic void Step(
	JulianDate next
)
Public Sub Step ( 
	next As JulianDate
)
public:
void Step(
	JulianDate next
)
member Step : 
        next : JulianDate -> unit 
Parameters
- next
 - Type: AGI.Foundation.TimeJulianDate
The date of the next step. 
See Also