C Library Functions  - ucobound (3)

NAME

UCOBOUND(3) - [COLLECTIVE] Upper codimension bounds of an array

SYNOPSIS

result = ucobound(coarray [,dim] [,kind] )

CHARACTERISTICS

DESCRIPTION

UCOBOUND(3) returns the upper cobounds of a coarray, or a single upper cobound along the DIM codimension.

OPTIONS

o ARRAY : Shall be an coarray, of any type.
o DIM : (Optional) Shall be a scalar integer.
o KIND : (Optional) An integer initialization expression indicating the kind parameter of the result.

RESULT

The return value is of type integer and of kind KIND. If KIND is absent, the return value is of default integer kind. If DIM is absent, the result is an array of the lower cobounds of COARRAY. If DIM is present, the result is a scalar corresponding to the lower cobound of the array along that codimension.

STANDARD

Fortran 2008

SEE ALSO

LCOBOUND(3), LBOUND(3), UBOUND(3)


Nemo Release 3.1 ucobound (3) August 28, 2026
Generated by manServer 1.08 from 6da971a0-b2f0-4268-abf5-d017f016761d using man macros.