topunion
Calculation
Return value
tableau
Parameters
a
in
required
b
in
required
Examples
IDL> a = [2,4,6,8]
IDL> b = [6,1,3,2]
IDL> union(a,b) = [ 1, 2, 3, 4, 6, 8] ; Elements in either set
Version history
Version
$Id: union.pro 325 2007-12-06 10:04:53Z pinsard $
History
Known issues
Restrictions
Statistics
McCabe cyclic | 3 |
McCabe essential | 1 |
McCabe modular design | 1 |