The function ctor_R16P converts string to real. This function achieves casting of string to real.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | str | |||
| real(kind=R16P), | intent(in) | :: | knd |
The function ctor_R8P converts string to real. This function achieves casting of string to real.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | str | |||
| real(kind=R8P), | intent(in) | :: | knd |
The function ctor_R4P converts string to real. This function achieves casting of string to real.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | str | |||
| real(kind=R4P), | intent(in) | :: | knd |
The function ctoi_I8P converts string to integer. This function achieves casting of string to integer.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | str | |||
| integer(kind=I8P), | intent(in) | :: | knd |
The function ctoi_I4P converts string to integer. This function achieves casting of string to integer.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | str | |||
| integer(kind=I4P), | intent(in) | :: | knd |
The function ctoi_I2P converts string to integer. This function achieves casting of string to integer.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | str | |||
| integer(kind=I2P), | intent(in) | :: | knd |
The function ctoi_I1P converts string to integer. This function achieves casting of string to integer.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | str | |||
| integer(kind=I1P), | intent(in) | :: | knd |