MathUtilInterpn Method |
Name | Description | |
---|---|---|
Interpn(Double, Double, Double) |
1-D linear interpolation (table lookup)
Interpolates to find y, the value of the underlying function yTable at the point x.
xTable must be a monoton increasing array of the same length as yTable.
| |
Interpn(Double, Double, Double, ExtrapolationTypes) |