The function str_R16P converts real to string. This function achieves casting of real to string.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
logical, | intent(in), | optional | :: | no_sign | ||
real(kind=R16P), | intent(in) | :: | n |
The function str_R8P converts real to string. This function achieves casting of real to string.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
logical, | intent(in), | optional | :: | no_sign | ||
real(kind=R8P), | intent(in) | :: | n |
The function str_R4P converts real to string. This function achieves casting of real to string.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
logical, | intent(in), | optional | :: | no_sign | ||
real(kind=R4P), | intent(in) | :: | n |
The function str_I8P converts integer to string. This function achieves casting of integer to string.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
logical, | intent(in), | optional | :: | no_sign | ||
integer(kind=I8P), | intent(in) | :: | n |
The function str_I4P converts integer to string. This function achieves casting of integer to string.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
logical, | intent(in), | optional | :: | no_sign | ||
integer(kind=I4P), | intent(in) | :: | n |
The function str_I2P converts integer to string. This function achieves casting of integer to string.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
logical, | intent(in), | optional | :: | no_sign | ||
integer(kind=I2P), | intent(in) | :: | n |
The function str_I1P converts integer to string. This function achieves casting of integer to string.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
logical, | intent(in), | optional | :: | no_sign | ||
integer(kind=I1P), | intent(in) | :: | n |