| UtilsLib Xojo and Real Studio plugin |
|
BitShift Method
To obtain result of left- or right - shifted 32-bit value, use the BitShift function.
BitShift(
op as Integer,
bit as Integer) as Integer
Parameters
- op
- Integer value to be shifted.
- bit
- Poisitive shifts left, negative shifts right. If you pass 0 to this parameter then nothing hapens.
Returns
- Integer
Remarks
Supported Platforms:
MacOS X CarbonMacOS X CocoaWin32 - WindowsLinux x86Unsupported Platforms:
See Also
GlobalMethods Global