Manual Reference Pages  - lcobound (3fortran)

NAME

LCOBOUND(3) - [COLLECTIVE] Lower codimension bounds of an array

SYNOPSIS

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

CHARACTERISTICS

DESCRIPTION

LCOBOUND(3) returns the lower bounds of a coarray, or a single lower 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

UCOBOUND(3), LBOUND(3)

Fortran intrinsic descriptions


Nemo Release 3.1 lcobound (3fortran) February 19, 2025
Generated by manServer 1.08 from b03cfb06-894f-4432-aab1-6a8daa31628f using man macros.