Core.Actions.ShiftRight
Revision as of 04:36, 12 August 2014 by Nb (talk | contribs) (Created page with "Category:Core == Classification == {{ClassificationActivity | ShiftRight | Right shift the bits in the ByteField | Action | OTX Core library | ByteFieldModi...")
Classification
Name | ShiftRight |
Short Description | Right shift the bits in the ByteField |
Class | Action |
Extension | OTX Core library |
Group | ByteFieldModifiers related actions |
Exceptions | OutOfBoundsException |
Checker Rules | - |
Standard Compliant | Yes |
Description
The OTX ShiftRight activity right shifts the bits in a ByteField. The least significant positions bits are filled in with zeros.
![]()
The activity has no effect on empty ByteFields.
Properties
Name | Data Type | Class | Default | Cardinality | Description |
ByteField | ByteField | Variable | - | [1] | Variable of type ByteField which bits are shifted to the right to the number of digits (position) |
Position | Integer | Term | - | [1] | Number of digits that the bits in the ByteField be moved |
See also
Assignment
ProcedureCall
ShiftLeft
SetBit
ReplaceSubByteField
AppendByteField
ListConcatenate
ListAppendItems
ListInsertItems
ListRemoveItems
ListClear
MapUnion
MapPutItems
MapRemoveItems
MapClear