IInterpolationInterpolate Method | 
            Interpolate at point t.
            
Namespace: Altaxo.Calc.InterpolationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxdouble Interpolate(
	double t
)
Parameters
- t  Double
 - Point t to interpolate at.
 
Return Value
DoubleInterpolated value x(t).
See Also