Click or drag to resize

CubicSplineLinearInterpolation Method

Provided by deriving classes to handle the case when the tabulated values consist of exactly two points.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
protected abstract double LinearInterpolation(
	double x
)

Parameters

x  Double
The point to interpolate.

Return Value

Double
An interpolated value.
See Also