[UP]


Manual Reference Pages  - co_ubound (3)

NAME

CO_UBOUND(3f) - [FORTRAN:INTRINSIC] Upper codimension bounds of an array

CONTENTS

Syntax
Description
Arguments
Return Value
Standard
Class
See Also

SYNTAX

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

DESCRIPTION

Returns the upper cobounds of a coarray, or a single upper cobound along the DIM codimension.

ARGUMENTS

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

RETURN VALUE

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]] and later

CLASS

Inquiry function

SEE ALSO

[[co_lbound]], [[lbound]], [[ubound]]


co_ubound (3) March 18, 2019
Generated by manServer 1.08 from 9fa4a942-45f7-499e-a1f5-bfa539b9c2ad using man macros.