Convert bit-string to number (real and integer, bit-string to number type casting).
Nodes of different colours represent the following:
Solid arrows point from a procedure to one which it calls. Dashed arrows point from an interface to procedures which implement that interface. This could include the module procedures in a generic interface or the implementation in a submodule of an interface in a parent module.
Nodes of different colours represent the following:
Solid arrows point from a procedure to one which it calls. Dashed arrows point from an interface to procedures which implement that interface. This could include the module procedures in a generic interface or the implementation in a submodule of an interface in a parent module.
Convert bit-string to real.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | bstr | String containing input number. |
||
| real(kind=R8P), | intent(in) | :: | knd | Number kind. |
Number returned.
Convert bit-string to real.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | bstr | String containing input number. |
||
| real(kind=R4P), | intent(in) | :: | knd | Number kind. |
Number returned.
Convert bit-string to integer.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | bstr | String containing input number. |
||
| integer(kind=I8P), | intent(in) | :: | knd | Number kind. |
Number returned.
Convert bit-string to integer.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | bstr | String containing input number. |
||
| integer(kind=I4P), | intent(in) | :: | knd | Number kind. |
Number returned.
Convert bit-string to integer.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | bstr | String containing input number. |
||
| integer(kind=I2P), | intent(in) | :: | knd | Number kind. |
Number returned.
Convert bit-string to integer.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | bstr | String containing input number. |
||
| integer(kind=I1P), | intent(in) | :: | knd | Number kind. |
Number returned.