- ←Prev
- KAPLIBS – Internal subroutines used within the KAPPA package.
- Next→
- TOC ↑
Description:
Finds the
number of bad values in a one-diimensional array.
Invocation
CALL KPG1_NBADx( N, DATA,
NBAD, STATUS )
Arguments
N = INTEGER (Given)
Number of elements in the array.
DATA( N ) = ? (Given)
The data array.
NBAD = INTEGER (Returned)
The number
of bad values in the data.
STATUS = INTEGER (Given)
The global status.
Notes:
- ←Prev
- KAPLIBS – Internal subroutines used within the KAPPA package.
- Next→
- TOC ↑