6.7.8 MapIDOffset

6.7.8.1 ノードの概要

Map<int, ObjectRef> の キーを整数分だけシフトする.

6.7.8.2 必要なファイル

無し.

6.7.8.3 使用方法

どんなときに使うのか

Map<int, ObjectRef> の キーを整数分だけシフトする.入力の ObjectRef の型は, Vector<float> , Vector<complex<float> > , Matrix<float> , Matrix<complex<float> > .

6.7.8.4 ノードの入出力とプロパティ

入力

INPUT

: Map<int, ObjectRef> 型の,Map$<$ int , Vector<float> $>$ または Map$<$ int , Vector<complex<float> > $>$ 型 または ,Map$<$ int , Matrix<float> $>$ または ,Map$<$ int , Matrix<complex<float> > $>$ 型.

出力

OUTPUT

: Map<int, ObjectRef> 型の,Map$<$ int , Vector<float> $>$ または Map$<$ int , Vector<complex<float> > $>$ 型 または ,Map$<$ int , Matrix<float> $>$ または ,Map$<$ int , Matrix<complex<float> > $>$ 型.

パラメータ

Table 6.101: MapIDOffset パラメータ表

パラメータ名

デフォルト値

単位

説明

ID_OFFSET

int 

0

 

キーのシフト値.

DEBUG

bool 

false

 

変換状況を出力するかどうかの選択.

ID_OFFSET

: int 型. キーのシフト値を指定する. マイナスの値を指定することも可能. デフォルトは 0.

DEBUG

: bool 型. trueが与えられると, 変換状況が標準出力に出力される. デフォルトは false