Description...
Exemple...
Voir aussi...
Traduction...
Fonction Optimiser(Invariant, NulAbsorbant) Intersection(L : Nul Ou Liste(Nul Ou TypeElement)) Retourner Nul Ou Liste(Nul Ou TypeElement);
Si la première liste est nulle ou si la seconde liste est nulle, alors le résultat est Nul.
Principal
Variable
L1 : ListeDe Caractere;
L2 : ListeDe Caractere;
L3 : ListeDe Caractere;
Debut
L1=ListeDe("A");
L1+="B";
L1+="C";
L2=ListeDe("A");
L2+="C";
L2+="D";
L3=L1.Intersection(L2);
/* L3 contient A et C. */
Fin Principal
Kreuzung | Intersection | 交叉点 | Interseccion | - | - | - | - |