Description Retrieves a polynomial coefficient from a specified Polynomial surface.
Syntax coef = GetPolynomialSurfIthCoef ( n, indx )
Parameters coef (Double) The value of the specified coefficient.
n As Long Node number of the polynomial surface.
indx (Long) Array index of coefficient.
Remarks This function retrieves a polynomial coefficient from a specified Polynomial surface. If there is a problem, the function toggles an error and returns 0.
See Also Examples
|