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