public double Ainterp(
double[] x,
double[] y,
double pnt
)Public Function Ainterp (
x As Double(),
y As Double(),
pnt As Double
) As Doublepublic:
double Ainterp(
array<double>^ x,
array<double>^ y,
double pnt
)member Ainterp :
x : float[] *
y : float[] *
pnt : float -> float