Class CublicSpline represents a function whose values are determined
by cubic spline interpolation between tabulated values.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
[SerializableAttribute] public abstract class CubicSpline : TabulatedFunction |
| Visual Basic (Declaration) |
|---|
<SerializableAttribute> _ Public MustInherit Class CubicSpline _ Inherits TabulatedFunction |
| Visual C++ |
|---|
[SerializableAttribute] public ref class CubicSpline abstract : public TabulatedFunction |
Inheritance Hierarchy
System..::.Object
CenterSpace.NMath.Core..::.OneVariableFunction
CenterSpace.NMath.Core..::.TabulatedFunction
CenterSpace.NMath.Core..::.CubicSpline
CenterSpace.NMath.Core..::.ClampedCubicSpline
CenterSpace.NMath.Core..::.NaturalCubicSpline
CenterSpace.NMath.Core..::.OneVariableFunction
CenterSpace.NMath.Core..::.TabulatedFunction
CenterSpace.NMath.Core..::.CubicSpline
CenterSpace.NMath.Core..::.ClampedCubicSpline
CenterSpace.NMath.Core..::.NaturalCubicSpline