Name

BitSHLN

Synopsis

BitSHLN(number, count)

Bitwise shifts number to the left (wthout rotation) count bits where count is an integer between 0 and 31. Examples:

<CFOUTPUT>
BitSHLN(0,1): #BitSHLN(0,1)#<BR>
BitSHLN(1,5): #BitSHLN(1,5)#<BR>
BitSHLN(10,9): #BitSHLN(10,9)#<BR>
BitSHLN(128,23): #BitSHLN(128,23)#<BR>
BitSHLN(1024, 31): #BitSHLN(1024,31)#
</CFOUTPUT>

Get Programming ColdFusion now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.