Extrapolates the convergence limit of a sequence.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public double Extrapolate(
	double x
)
Visual Basic (Declaration)
Public Function Extrapolate ( _
	x As Double _
) As Double
Visual C++
public:
double Extrapolate(
	double x
)

Parameters

x
Type: System..::.Double
A double which specifies the next point in the original series.

Return Value

A double containing the estimate of the limit of the series.

See Also