Bitor - MACROMEDIA COLDFUSION 5 - CFML Reference

Cfml reference
Hide thumbs Also See for COLDFUSION 5 - CFML:
Table of Contents

Advertisement

350

BitOr

Description
Returns the bitwise OR of two long integers
Category
Mathematical functions
BitOr(number1, number2)
Syntax
See also
BitAnd, BitNot,
Parameters
Parameter
number1, number2
Usage
Bit functions operate on 32-bit integers, in the range -2147483648 to 2147483647.
Example
<!--- This example shows BitOr --->
<html>
<head>
<title>BitOr Example</title>
</head>
<body>
<H3>BitOr Example</H3>
Returns the bitwise OR of two long integers.
<P>BitOr(5,255): <cfoutput>#BitOr(5,255)#</cfoutput>
<P>BitOr(5,0): <cfoutput>#BitOr(5,0)#</cfoutput>
<P>BitOr(7,8): <cfoutput>#BitOr(7,8)#</cfoutput>
</body>
</html>
BitXor
Description
32-bit signed integers
Chapter 3 ColdFusion Functions

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the COLDFUSION 5 - CFML and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Coldfusion 5

Table of Contents