Map<int, ObjectRef> の キーを整数分だけシフトする.
無し.
どんなときに使うのか
Map<int, ObjectRef> の キーを整数分だけシフトする.入力の ObjectRef の型は, Vector<float> , Vector<complex<float> > , Matrix<float> , Matrix<complex<float> > .
入力
: Map<int, ObjectRef> 型の,Map$<$ int , Vector<float> $>$ または Map$<$ int , Vector<complex<float> > $>$ 型 または ,Map$<$ int , Matrix<float> $>$ または ,Map$<$ int , Matrix<complex<float> > $>$ 型.
出力
: Map<int, ObjectRef> 型の,Map$<$ int , Vector<float> $>$ または Map$<$ int , Vector<complex<float> > $>$ 型 または ,Map$<$ int , Matrix<float> $>$ または ,Map$<$ int , Matrix<complex<float> > $>$ 型.
パラメータ
: int 型. キーのシフト値を指定する. マイナスの値を指定することも可能. デフォルトは 0.
: bool 型. trueが与えられると, 変換状況が標準出力に出力される. デフォルトは false.