|  | NaturalCubicSplineEvaluateWithCubicSpline Method | 
[Missing <summary> documentation for "M:CenterSpace.NMath.Core.NaturalCubicSpline.EvaluateWithCubicSpline(System.Double)"]
 NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxprotected override double EvaluateWithCubicSpline(
	double x
)
Protected Overrides Function EvaluateWithCubicSpline ( 
	x As Double
) As Double
protected:
virtual double EvaluateWithCubicSpline(
	double x
) override
abstract EvaluateWithCubicSpline : 
        x : float -> float 
override EvaluateWithCubicSpline : 
        x : float -> float Parameters
- x  Double
- [Missing <param name="x"/> documentation for "M:CenterSpace.NMath.Core.NaturalCubicSpline.EvaluateWithCubicSpline(System.Double)"] 
Return Value
Double See Also
See Also