Specify the transformation source node or function for shift operation in the [Shift operation] dialog.
This dialog is displayed when you perform one of the following operations:
The following figure shows the [Shift operation] dialog:
Figure 1-123 Figure [Shift operation] dialog
Shift classification | Left shift | Right shift | |
---|---|---|---|
Arithmetic shift | Logical shift | ||
Shifting code bit | Shifts | Does not shift | Shift |
Empty bits smaller than output size | Fills with "0" | Fills with code bit | Fills with "0" |
Empty bits during shifts | Fills with "0" | Fills with code bit | Fills with "0" |
You can set the shift operation function with the [Shift operation] dialog. For details about how to set the shift operation function, see "6.5 Processing value or node in which function is used" in "Service Platform Basic Development Guide".