Performs interpolation by means of cubic 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 Cinterp(
BaseEntry c2,
BaseEntry pnt
)
Public Function Cinterp (
c2 As BaseEntry,
pnt As BaseEntry
) As TNumber
public:
TNumber^ Cinterp(
BaseEntry^ c2,
BaseEntry^ pnt
)
member Cinterp :
c2 : BaseEntry *
pnt : BaseEntry -> TNumber
GeneralException | Thrown in case of type mismatch. |