Return a new addressable area that's shifted by shiftBits bits.
Namespace:
Demo3D.PLC.Comms
Assembly:
PLC (in PLC.dll) Version: 15.0.2.11458
Syntaxpublic AddressArea Shift(
long shiftBits
)
Parameters
- shiftBits
- Type: SystemInt64
Number of bits to shift.
Return Value
Type:
AddressAreaA new addressable area that's shifted by
shiftBits bits.
See Also