Various functions to convert a number to a string and a string to a number
More...
Various functions to convert a number to a string and a string to a number
- Author
- Ethan Gutmann (gutma.nosp@m.nn@u.nosp@m.car.e.nosp@m.du)
double precision function string::get_double |
( |
character(len=*), intent(in) |
str_in | ) |
|
integer function string::get_integer |
( |
character(len=*), intent(in) |
str_in | ) |
|
real function string::get_real |
( |
character(len=*), intent(in) |
str_in | ) |
|
character(len=maxstringlength) function string::str_d |
( |
double precision |
value, |
|
|
character(len=*), optional |
fmt |
|
) |
| |
character(len=maxstringlength) function string::str_i |
( |
integer |
value, |
|
|
character(len=*), optional |
fmt |
|
) |
| |
character(len=maxstringlength) function string::str_r |
( |
real |
value, |
|
|
character(len=*), optional |
fmt |
|
) |
| |
integer, parameter string::maxstringlength =100 |
The documentation for this module was generated from the following file: