Clicky

Fortran Wiki
logical (Rev #1, changes)

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

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

Description

Converts one kind of logical variable to another.

Standard

Fortran 95 and later

Class

Elemental function

Syntax

result = logical(l [, kind])

Arguments

  • l - The type shall be logical.
  • kind - (Optional) An integer initialization expression indicating the kind parameter of the result.

Return value

The return value is a logical value equal to l, with a kind corresponding to kind, or of the default logical kind if kind is not given.

See also

int, real, cmplx

category: Intrinsics

Revision from April 26, 2009 19:13:53 by Jason Blevins
Forward in time (to current) | See current | History | Rollback | View: Source | Linked from: Intrinsic procedures

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