Extensions
01 Syntax
Microsoft.VisualBasic.Math.Interpolation.Extensions
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| Range | 1 | Computes the range of a strided array. |
| CubicSpline | 1 | |
| ParseSplineValue | 1 |
03 Members
Range(
Int32, Double(), Int32)Computes the range of a strided array.
Parameters
| Name | Type | Description |
|---|---|---|
N | Int32 | number of indexed elements |
x | Double() | input array |
stride | Int32 | stride length |
CubicSpline(
IEnumerable(Of PointF), Double)ParseSplineValue(
String)