WebCab Functions Web Services for .NET v2.0

Interpolation.BicubicInterpolation Method

Evaluates the value and derivatives parallel to the axis of the grid cell of the bicubic interpolation evaluated at a given point.

Overload List

Evaluates the value and derivatives parallel to the axis of the grid cell of the bicubic interpolation evaluated at a given point.

public double[] BicubicInterpolation(double[],double[],double[],double[],double,double,double,double,double,double);

Evaluates the value and derivatives parallel to the axis of the grid cell's axis of the bicubic interpolation evaluated at a given point.

public double[] BicubicInterpolation(double[][],double,double,double,double,double,double);

See Also

Interpolation Class | Interpolation Namespace