三次样条插值的核心代码模块
CubicSplineVector
01 Syntax
Microsoft.VisualBasic.Math.Interpolation.CubicSplineVector
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| Add | 1 | |
| CalcSpline | 1 | |
| ToString | 1 | |
| CalcNaturalCubic | 1 | |
| GetPoint | 1 | |
| GetEnumerator | 1 |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| Count | 1 |
04 Members
Count
Add(
Single)CalcSpline()
ToString()
CalcNaturalCubic(
IList(Of Single), ICollection(Of Cubic))GetPoint(
Single)GetEnumerator()