Description Returns the number of coefficients in a given Polynomial Surface.
Syntax count = GetPolynomialSurfCoefCount ( n )
Parameters count (Long) The number of coefficients.
n As Long Node number for the Polynomial Surface.
Remarks This function returns the number of coefficients in a given Polynomial Surface. If there is a problem, the function posts an error and returns a value of 0 or -1.
See Also Examples
|