Clicky

Fortran Wiki
merge (changes)

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

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

Description

Select values from two arrays according to a logical mask. The result is equal to tsource if mask is .true., or equal to fsource if it is .false..

Standard

(削除) Fortran 95 and later (削除ここまで)(追記) Fortran 95 (追記ここまで)(追記) and later (追記ここまで)

Class

(削除) Elemental function (削除ここまで)(追記) Elemental function (追記ここまで)

Syntax

result = merge(tsource, fsource, mask)

Arguments

  • tsource - May be of any type.
  • fsource - Shall be of the same type and type parameters as tsource.
  • mask - Shall be of type logical.

Return value

The result is of the same type and type parameters as tsource.

category: (削除) Intrinsics (削除ここまで)(追記) intrinsics (追記ここまで)

Revised on April 30, 2009 22:53:05 by Jason Blevins (71.70.142.190) (591 characters / 0.0 pages)
Edit | Back in time (1 revision) | Hide changes | History | Views: Print | TeX | Source | Linked from: Intrinsic procedures

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