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> > > 型.
パラメータ
パラメータ名 |
型 |
デフォルト値 |
単位 |
説明 |
ID_OFFSET |
0 |
キーのシフト値. |
||
DEBUG |
false |
変換状況を出力するかどうかの選択. |
: int 型. キーのシフト値を指定する. マイナスの値を指定することも可能. デフォルトは 0.
: bool 型. trueが与えられると, 変換状況が標準出力に出力される. デフォルトは false.