Performs a bitwise shift-right, no-rotation operation.
bitShrn(number, count)
→ returns numeric
Uses the function bitShrn to perform a bitwise shift-right operation (no-rotation)
bitShrn(5,1)
Expected Result: 2
Signup for cfbreak
to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.