public interface IDoubleFunctionSampler extends IThreadAware
double is sampled.| Modifier and Type | Method and Description |
|---|---|
double |
getNextSample(double intervalStart,
double intervalStop,
double lastSample)
Gets the next Variable at which to sample the function.
|
getIsThreadSafeclonedouble getNextSample(double intervalStart,
double intervalStop,
double lastSample)
intervalStart - The beginning of the overall interval being evaluated.intervalStop - The end of the overall interval being evaluated.lastSample - The previous Variable at which the function was sampled.