1c_ftgetr(3NCARG) NCAR GRAPHICS c_ftgetr(3NCARG)
2
3
4
6 c_ftgetr - retrieve a float valued parameter
7
9 void c_ftgetr(char *, float *);
10
12 void c_ftgetr (pnam, fval);
13
15 pnam The name of the control parameter to be assigned a float
16 value.
17
18 fval *fval will be the value currently assigned to the control
19 parameter whose name is pointed to by pnam.
20
22 c_ftgetr is used to get values for any of the control parameters that
23 take float values.
24
26 To use c_ftgetr, load the NCAR Graphics library ngmath.
27
29 fitgrid_params, c_ftsetr
30
31 Complete documentation for Fitgrid is available at URL
32 http://ngwww.ucar.edu/ngdoc/ng/ngmath/fitgrid/fithome.html
33
35 Copyright (C) 2000
36 University Corporation for Atmospheric Research
37
38 The use of this Software is governed by a License Agreement.
39
40
41
42UNIX March 1998 c_ftgetr(3NCARG)