Compute the number of bytes of a variable.
Compute the number of bytes of an integer variable.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=I8P), | intent(in) | :: | i |
Integer variable whose number of bytes must be computed. |
Number of bytes of i.
Compute the number of bytes of an integer variable.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=I4P), | intent(in) | :: | i |
Integer variable whose number of bytes must be computed. |
Number of bytes of i.
Compute the number of bytes of an integer variable.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=I2P), | intent(in) | :: | i |
Integer variable whose number of bytes must be computed. |
Number of bytes of i.
Compute the number of bytes of an integer variable.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=I1P), | intent(in) | :: | i |
Integer variable whose number of bytes must be computed. |
Number of bytes of i.
Compute the number of bytes of a real variable.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=R8P), | intent(in) | :: | i |
Real variable whose number of bytes must be computed. |
Number of bytes of r.
Compute the number of bytes of a real variable.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=R4P), | intent(in) | :: | i |
Real variable whose number of bytes must be computed. |
Number of bytes of r.
Compute the number of bytes of a character variable.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | i |
Character variable whose number of bytes must be computed. |
Number of bytes of c.