1c_ftgetfa_size(3NCARG) NCAR GRAPHICS c_ftgetfa_size(3NCARG)
2
3
4
6 c_ftgetfa_size - retrieve the size of an array
7
9 int c_ftgetfa_size(char *);
10
12 int c_ftgetfa_size (pnam);
13
15 pnam The name of the control parameter whose value is to be
16 retrieved.
17
19 c_ftgetfa_size returns the size of the array (or returns a zero if an
20 error occurs).
21
23 c_ftgetfa_size is a called to obtain current sizes for any of the float
24 valued control parameters.
25
27 To use c_ftgetfa_size, load the NCAR Graphics library ngmath.
28
30 fitgrid_params, c_ftsetfa, c_ftgetfa, c_ftgetfa_data
31
32 Complete documentation for Fitgrid is available at URL
33 http://ngwww.ucar.edu/ngdoc/ng/ngmath/fitgrid/fithome.html
34
36 Copyright (C) 2000
37 University Corporation for Atmospheric Research
38
39 The use of this Software is governed by a License Agreement.
40
41
42
43UNIX March 1998 c_ftgetfa_size(3NCARG)