STORAGE_SIZE

8.235 STORAGE_SIZE — Storage size in bits

Description:
Returns the storage size of argument A in bits.
Standard:
Fortran 2008 and later
Class:
Inquiry function
Syntax:
RESULT = STORAGE_SIZE(A [, KIND])
Arguments:
A Shall be a scalar or array of any type.
KIND (Optional) shall be a scalar integer constant expression.
Return Value:
The result is a scalar integer with the kind type parameter specified by KIND (or default integer type if KIND is missing). The result value is the size expressed in bits for an element of an array that has the dynamic type and type parameters of A.
See also:
C_SIZEOF, SIZEOF

© Free Software Foundation
Licensed under the GNU Free Documentation License, Version 1.3.
https://gcc.gnu.org/onlinedocs/gcc-4.9.3/gfortran/STORAGE_005fSIZE.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部