Performs interpolation by means of piecewise linear spline.
X-coordinates are taken from this vector, Y-coordinates are taken from c2 vector, X-coordinate of the point is specified by pnt.
public TNumber Linterp(
BaseEntry c2,
BaseEntry pnt
)
Public Function Linterp (
c2 As BaseEntry,
pnt As BaseEntry
) As TNumber
public:
TNumber^ Linterp(
BaseEntry^ c2,
BaseEntry^ pnt
)
member Linterp :
c2 : BaseEntry *
pnt : BaseEntry -> TNumber
GeneralException | Thrown in case of type mismatch. |