Produced by IDL 7.0
Developer Documentation

./toolbox
count_blanks.pro

Last modification date:
Sun Oct 22 03:20:02 2017

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 Sun Oct 22 03:20:14 2017