ncl_c_csgetr (3) - Linux Manuals
ncl_c_csgetr: Retrieves the value of an internal parameter of type float.
Command to display ncl_c_csgetr
manual in Linux: $ man 3 ncl_c_csgetr
NAME
c_csgetr - Retrieves the value of an internal parameter of type float.
FUNCTION PROTOTYPE
void c_csgetr(char *, float *);
SYNOPSIS
c_csgetr (pnam,rval)
DESCRIPTION
- pnam
-
A string that specifies the name of the
parameter to get. The name must appear as the first three
characters of the string.
- rval
-
*rval will be the value currently assigned to the control parameter
whose name is pointed to by pnam.
USAGE
This routine allows you to retrieve the current value of
Cssgrid parameters. For a complete list of parameters available
in this utility, see the csgrid_params man page.
ACCESS
To use c_csgetr, load the NCAR Graphics library ngmath.
COPYRIGHT
Copyright (C) 2000
University Corporation for Atmospheric Research
The use of this Software is governed by a License Agreement.
Pages related to ncl_c_csgetr
- ncl_c_csgetd (3) - Retrieves the value of an internal parameter of type double.
- ncl_c_csgeti (3) - Retrieves the value of an internal parameter of type int.
- ncl_c_csa1s (3) - cubic spline approximation, simple entry for one-dimensional input
- ncl_c_csa1xs (3) - cubic spline approximation, expanded entry for one-dimensional input
- ncl_c_csa2ls (3) - cubic spline approximation, simple entry for two-dimensional input, list output
- ncl_c_csa2lxs (3) - cubic spline approximation, expanded entry for two-dimensional input, list output
- ncl_c_csa2s (3) - cubic spline approximation, simple entry for two-dimensional input, gridded output
- ncl_c_csa2xs (3) - cubic spline approximation, expanded entry for two-dimensional input, gridded output
- ncl_c_csa3ls (3) - cubic spline approximation, simple entry for three-dimensional input, list output
- ncl_c_csa3lxs (3) - cubic spline approximation, expanded entry for three-dimensional input, list output
- ncl_c_csa3s (3) - cubic spline approximation, simple entry for three-dimensional input, gridded output
- ncl_c_csa3xs (3) - cubic spline approximation, expanded entry for three-dimensional input, gridded output