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