libsim Versione 7.2.6
|
◆ c_e_b()
Check whether the byte argument is valid.
Definizione alla linea 81 del file missing_values.f90. 82INTEGER(kind=int_b),INTENT(in) :: var !< value to be checked
83
84c_e_b = var /= ibmiss
85
|