convert/set - 集合に変換
使い方
convert( table, set )
convert( array, set )
convert( expr, set )
パラメータ
table - テーブル
array - 配列
expr - 式
|
説明
|
|
•
|
convert/set は、表( table ) や 配列( array ) の要素の 集合を作ります。
|
•
|
convert/set は、数式のオペランドの 集合を作ります。
|
|
|
例
|
|
>
|
A := array(1..2,1..2,[[1,2],[3,4]]):
convert(A,set);
|
| (2.1) |
>
|
convert([a,b,c,d],set);
|
| (2.2) |
| (2.3) |
|
|
Download Help Document
Was this information helpful?