home *** CD-ROM | disk | FTP | other *** search
- <!--- This example shows BitSHLN --->
-
- <HTML>
-
- <HEAD>
- <TITLE>BitSHLN Example</TITLE>
- </HEAD>
-
- <BASEFONT FACE="Arial, Helvetica" SIZE=2>
- <BODY bgcolor="#FFFFD5">
-
- <H3>BitSHLN Example</H3>
-
- Returns the number bitwise shifted without rotation
- to the left by count bits.
-
- <P>BitSHLN(1,1): <CFOUTPUT>#BitSHLN(1,1)#</CFOUTPUT>
- <P>BitSHLN(1,30): <CFOUTPUT>#BitSHLN(1,30)#</CFOUTPUT>
- <P>BitSHLN(1,31): <CFOUTPUT>#BitSHLN(1,31)#</CFOUTPUT>
- <P>BitSHLN(2,31): <CFOUTPUT>#BitSHLN(2,31)#</CFOUTPUT>
-
- </BODY>
-
- </HTML>
-