Click or drag to resize

IDoubleFunctionSampler.GetNextSample Method

Gets the next Variable 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)
Syntax
double GetNextSample(
	double intervalStart,
	double intervalStop,
	double lastSample
)

Parameters

intervalStart
Type: System.Double
The beginning of the overall interval being evaluated.
intervalStop
Type: System.Double
The end of the overall interval being evaluated.
lastSample
Type: System.Double
The previous Variable at which the function was sampled.

Return Value

Type: Double
The next Variable at which to sample the function.
See Also