logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

c_ftgetfa_size - retrieve the size of an array

Access

       To use c_ftgetfa_size, load the NCAR Graphics library ngmath.

Description

       pnam        The name of the control parameter whose value is to be retrieved.

Function Prototype

       int c_ftgetfa_size(char *);

Name

       c_ftgetfa_size - retrieve the size of an array

Return Value

       c_ftgetfa_size returns the size of the array (or returns a zero if an error occurs).

See Also

       fitgrid_params, c_ftsetfa, c_ftgetfa, c_ftgetfa_data

       Complete documentation for Fitgrid is available at URL
       http://ngwww.ucar.edu/ngdoc/ng/ngmath/fitgrid/fithome.html

Synopsis

       int c_ftgetfa_size (pnam);

Usage

       c_ftgetfa_size is a called to obtain current sizes for any of the float valued control parameters.

See Also