Series

機能

指定した変数を Series 型の値にして返す.

形式

y = Series( x )

パラメータ

  1. x : 入力オブジェクト

  2. y : 出力オブジェクト (Series)

使用例

% x=1
% x
1
% y=Series(x)
% y
[0]:%   1

参照

ScalarSnapshotString

Last updated: 2005/03/31