Shift the keys of the given Map<int, ObjectRef> by a specified integer value.
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> > .
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
: 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
Parameter name |
Type |
Default value |
Unit |
Description |
ID_OFFSET |
0 |
The value by which to shift the keys of the given.Map<int, ObjectRef> |
||
DEBUG |
false |
Enable or disable to output the conversion status to standard output. |
: 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.
: bool type. Setting the value to true outputs the separation status to the standard output. The default value is false.