IDurationFunctionSamplerGetNextSample Method  | 
 
            Gets the next duration at which to sample the function.
            
 
    Namespace: 
   AGI.Foundation.NumericalMethods.Advanced
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
SyntaxDuration GetNextSample(
	Duration intervalStart,
	Duration intervalStop,
	Duration lastSample
)
Function GetNextSample ( 
	intervalStart As Duration,
	intervalStop As Duration,
	lastSample As Duration
) As Duration
Duration GetNextSample(
	Duration intervalStart, 
	Duration intervalStop, 
	Duration lastSample
)
abstract GetNextSample : 
        intervalStart : Duration * 
        intervalStop : Duration * 
        lastSample : Duration -> Duration 
Parameters
- intervalStart
 - Type: AGI.Foundation.TimeDuration
The beginning of the overall interval being evaluated. - intervalStop
 - Type: AGI.Foundation.TimeDuration
The end of the overall interval being evaluated. - lastSample
 - Type: AGI.Foundation.TimeDuration
The previous duration at which the function was sampled. 
Return Value
Type: 
DurationThe next duration at which to sample the function.
See Also