Convert various types to string
Convert 8-bit integer to string
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int8), | intent(in) | :: | n |
Integer to convert |
Resulting string
Convert 32-bit integer to string
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(in) | :: | n |
Integer to convert |
Resulting string
Convert 64-bit integer to string
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int64), | intent(in) | :: | n |
Integer to convert |
Resulting string
Convert double to string
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real64), | intent(in) | :: | n |
Double to convert |
Resulting string
Convert double to string
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real32), | intent(in) | :: | n |
Double to convert |
Resulting string