Produced by IDL 7.1.1
User Documentation

./toolbox
count_blanks.pro

Last modification date:
Wed Sep 28 13:27:10 2016

count_blanks

function count_blanks(dc[, size])

Count the number of blanked values in the data array of the given data container.

A blanked value is a NaN, this returns the number of NaNs in the given data container. It returns -1 if the dc argument is not a valid data container. The size argument will contain the total number of data elements in dc.

Returns
The total number of blanked values in dc. Returns -1 if dc is not a valid data container.
Version
$Id$

Parameters
dc
in, required
data container
The data container to check.
size
out, optional
variable
The total number of data elements in dc (-1 if dc is an invalid data container)


Produced by IDLdoc 1.6 on Wed Sep 28 13:27:37 2016