.TH "g2_miss.c" 3 "Tue May 3 2022" "Version 1.6.4" "NCEPLIBS-g2c" \" -*- nroff -*- .ad l .nh .SH NAME g2_miss.c \- Check the Data Representation Template to see if missing value management is used, and returns the missing value(s) in the data field\&. .SH SYNOPSIS .br .PP \fC#include 'grib2\&.h'\fP .br .SS "Functions" .in +1c .ti -1c .RI "void \fBg2_miss\fP (\fBgribfield\fP *gfld, float *rmiss, int *nmiss)" .br .RI "This routine checks the Data Representation Template to see if missing value management is used, and returns the missing value(s) in the data field\&. " .in -1c .SH "Detailed Description" .PP Check the Data Representation Template to see if missing value management is used, and returns the missing value(s) in the data field\&. .PP \fBAuthor\fP .RS 4 Stephen Gilbeert .RE .PP \fBDate\fP .RS 4 2004-12-16 .RE .PP .PP Definition in file \fBg2_miss\&.c\fP\&. .SH "Function Documentation" .PP .SS "void g2_miss (\fBgribfield\fP * gfld, float * rmiss, int * nmiss)" .PP This routine checks the Data Representation Template to see if missing value management is used, and returns the missing value(s) in the data field\&. .PP \fBParameters\fP .RS 4 \fIgfld\fP pointer to gribfield structure (defined in include file \fBgrib2\&.h\fP)\&. .br \fIrmiss\fP List of the missing values used\&. .br \fInmiss\fP NUmber of the missing values included in the field\&. rmiss must be allocated in the calling program with enough space hold all the missing values\&. .RE .PP \fBAuthor\fP .RS 4 Stephen Gilbeert .RE .PP \fBDate\fP .RS 4 2004-12-16 .RE .PP .PP Definition at line 25 of file g2_miss\&.c\&. .PP References rdieee()\&. .SH "Author" .PP Generated automatically by Doxygen for NCEPLIBS-g2c from the source code\&.