|
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. | |
| elemental pure integer(c_int) function | bool2int (lvalue) |
| Convert a boolean value into a int. | |
Definition at line 152 of file constants_and_conversions.F90.
| elemental pure integer (c_int) function constants_and_conversions::asint::bool2int | ( | logical (c_bool), intent(in) | lvalue | ) |
Convert a boolean value into a int.
Definition at line 723 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 664 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 711 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 698 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 651 of file constants_and_conversions.F90.