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