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_ftgetr - retrieve a float valued parameter

Access

       To use c_ftgetr, load the NCAR Graphics library ngmath.

Description

       pnam        The name of the control parameter to be assigned a float value.

       fval        *fval  will be the value currently assigned to the control parameter whose name is pointed to
                   by pnam.

Function Prototype

       void c_ftgetr(char *, float *);

Name

       c_ftgetr - retrieve a float valued parameter

See Also

       fitgrid_params, c_ftsetr

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

Synopsis

       void c_ftgetr (pnam, fval);

Usage

       c_ftgetr is used to get values for any of the control parameters that take float values.

See Also