6.7.8 MapIDOffset

6.7.8.1 Outline of the node

Shift the keys of the given Map<int, ObjectRef> by a specified integer value.

6.7.8.2 Necessary file

No files are required.

subsubsectionUsage

When to use

This node is used to shift the keys of the given Map<int, ObjectRef> by specified integer value. The data type of the ObjectRef of the Map<int, ObjectRef> for the input is Vector<float> , Vector<complex<float> > , Matrix<float> , or Matrix<complex<float> > .

6.7.8.3 Input-output and property of the node

Input

INPUT

: Map$<$ int , Vector<float> $>$ , Map$<$ int , Vector<complex<float> > $>$ , Map$<$ int , Matrix<float> $>$ or Map$<$ int , Matrix<complex<float> > $>$ of the Map<int, ObjectRef> Type.

Output

OUTPUT

: Map$<$ int , Vector<float> $>$ , Map$<$ int , Vector<complex<float> > $>$ , Map$<$ int , Matrix<float> $>$ or Map$<$ int , Matrix<complex<float> > $>$ of the Map<int, ObjectRef> Type.

Parameter

Table 6.100: Parameter list of MapIDOffset 

Parameter name

Type

Default value

Unit

Description

ID_OFFSET

int 

0

 

The value by which to shift the keys of the given.Map<int, ObjectRef> 

DEBUG

bool 

false

 

Enable or disable to output the conversion status to standard output.

ID_OFFSET

: int  type. The value by which to shift the keys of the given Map<int, ObjectRef> . The value can be negative. The default value is 0.

DEBUG

: bool  type. Setting the value to true outputs the separation status to the standard output. The default value is false.