vDSP_vintbD
Calculates the linear interpolation between the supplied double-precision vectors using the specified stride.
Declaration
extern void vDSP_vintbD(const double *__A, vDSP_Stride __IA, const double *__B, vDSP_Stride __IB, const double *__C, double *__D, vDSP_Stride __ID, vDSP_Length __N);Discussion
This function is the same as vDSP_vintb, except for the types of vectors A, B, C, and D.