Sets all the values in the array arr->data to the DRMS entity representing missing (fill) data for the data type arr->type, for example DRMS_MISSING_SHORT or DRMS_MISSING_DOUBLE. If the data type is DRMS_TYPE_STRING, the values are set to single-byte null terminators. Note that the value defined for DRMS_MISSING_TIME is in fact a valid double-precision number, and that this value is defined differently from the definitions used for representation of invalid strings in sscan_time.
Definition at line 201 of file drms_array.c.
|