Soil Water Balance (SWB2)
|
Public Member Functions | |
elemental integer(c_int) function | short2int (ishortval) |
Convert a short integer to an integer. | |
impure elemental integer(c_int) function | char2int (svalue) |
Convert a character value into a integer. | |
elemental integer(c_int) function | real2int (rvalue) |
Convert a real value into a integer. | |
elemental integer(c_int) function | dbl2int (rvalue) |
Convert a double-precision value to an integer. |
Definition at line 151 of file constants_and_conversions.F90.
impure elemental integer (c_int) function constants_and_conversions::asint::char2int | ( | character (len=*), intent(in) | svalue | ) |
Convert a character value into a integer.
Definition at line 662 of file constants_and_conversions.F90.
elemental integer (c_int) function constants_and_conversions::asint::dbl2int | ( | real (c_double), intent(in) | rvalue | ) |
Convert a double-precision value to an integer.
Definition at line 709 of file constants_and_conversions.F90.
elemental integer (c_int) function constants_and_conversions::asint::real2int | ( | real (c_float), intent(in) | rvalue | ) |
Convert a real value into a integer.
Definition at line 696 of file constants_and_conversions.F90.
elemental integer (c_int) function constants_and_conversions::asint::short2int | ( | integer (c_short), intent(in) | ishortval | ) |
Convert a short integer to an integer.
Definition at line 649 of file constants_and_conversions.F90.