
Conversion of strings to numbers (Specification)
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | s |
input string |
||
| integer(kind=int8), | intent(in) | :: | mold |
dummy argument to disambiguate at compile time the generic interface |
Output integer(int8) value
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | s |
input string |
||
| integer(kind=int16), | intent(in) | :: | mold |
dummy argument to disambiguate at compile time the generic interface |
Output integer(int16) value
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | s |
input string |
||
| integer(kind=int32), | intent(in) | :: | mold |
dummy argument to disambiguate at compile time the generic interface |
Output integer(int32) value
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | s |
input string |
||
| integer(kind=int64), | intent(in) | :: | mold |
dummy argument to disambiguate at compile time the generic interface |
Output integer(int64) value
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | s |
input string |
||
| real(kind=sp), | intent(in) | :: | mold |
dummy argument to disambiguate at compile time the generic interface |
Output real(sp) value
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | s |
input string |
||
| real(kind=dp), | intent(in) | :: | mold |
dummy argument to disambiguate at compile time the generic interface |
Output real(dp) value