buds  0.1
FORTRAN reference counted types
Private Member Functions | List of all members
size Interface Reference

Query dimension of array (or total size) More...

Collaboration diagram for size:
Collaboration graph

Private Member Functions

pure integer function size_ (this, dim)
 

Detailed Description

Query dimension of array (or total size)

Returns the size of the array contained.

Note There is no checking of the dimension queried.

This is equivalent to:

a => arrayp(this)
... = size(a [,dim=])

The documentation for this interface was generated from the following file: