libsim  Versione7.1.6
Membri pubblici | Elenco di tutti i membri
Riferimenti per l'nterfacciamissing_values::c_e

Function to check whether a value is missing or not. Continua...

Membri pubblici

ELEMENTAL LOGICAL function c_e_b (var)
 Check whether the byte argument is valid. Continua...
 
ELEMENTAL LOGICAL function c_e_s (var)
 Check whether the short integer argument is valid. Continua...
 
ELEMENTAL LOGICAL function c_e_l (var)
 Check whether the long integer argument is valid. Continua...
 
ELEMENTAL LOGICAL function c_e_ll (var)
 Check whether the long long integer argument is valid. Continua...
 
ELEMENTAL LOGICAL function c_e_r (var)
 Check whether the real argument is valid. Continua...
 
ELEMENTAL LOGICAL function c_e_d (var)
 Check whether the double precision argument is valid. Continua...
 
ELEMENTAL LOGICAL function c_e_c (var)
 Check whether the character argument is valid. Continua...
 

Descrizione dettagliata

Function to check whether a value is missing or not.

It works with all the basic types supported and returns a logical value .TRUE. if the argument is a valid value and .FALSE. if not. It is elemental, so it works also for arrays of any size and shape.

Definizione alla linea 72 del file missing_values.f90.


Generated with Doxygen.