Clicky

Fortran Wiki
lbound (Rev #4, changes)

Skip the Navigation Links | Home Page | All Pages | Recently Revised | Authors | Feeds | Export |

Showing changes from revision #3 to #4: (追記) Added (追記ここまで) | (削除) Removed (削除ここまで) | (削除) Chan (削除ここまで)(追記) ged (追記ここまで)

Description

Returns the lower bounds of an array, or a single lower bound along the dim dimension.

Standard

Fortran 95 and later, with kind argument Fortran 2003 and later

Class

(削除) nquiry function? (削除ここまで)(追記) Inquiry function (追記ここまで)

Syntax

result = lbound(array [, dim [, kind]])

Arguments

  • array - Shall be an array, 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 bounds of array. If dim is present, the result is a scalar corresponding to the lower bound of the array along that dimension. If array is an expression rather than a whole array or array structure component, or if it has a zero extent along the relevant dimension, the lower bound is taken to be 1.

See also

ubound

category: intrinsics

Revision from May 5, 2009 12:47:15 by Jason Blevins
Forward in time (to current) | Back in time (3 more) | See current | Hide changes | History | Rollback | View: Source | Linked from: Intrinsic procedures, ubound, lcobound, ucobound

AltStyle によって変換されたページ (->オリジナル) /