Go to the first, previous, next, last section, table of contents.


vtol

vtol(vect)
:: ベクトルをリストに変換する.
return
リスト
vect
ベクトル
[3] A=newvect(3,[1,2,3]);
[ 1 2 3 ]
[4] vtol(A);
[1,2,3]
参照
section newvect, section ltov.


Go to the first, previous, next, last section, table of contents.