libsim Versione 7.2.0
|
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. | |
elemental logical function | c_e_s (var) |
Check whether the short integer argument is valid. | |
elemental logical function | c_e_l (var) |
Check whether the long integer argument is valid. | |
elemental logical function | c_e_ll (var) |
Check whether the long long integer argument is valid. | |
elemental logical function | c_e_r (var) |
Check whether the real argument is valid. | |
elemental logical function | c_e_d (var) |
Check whether the double precision argument is valid. | |
elemental logical function | c_e_c (var) |
Check whether the character argument is valid. | |
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.