![]() |
BitAnd |
||||
Header: | ToolUtils.h | Carbon status: | Supported | |
Performs the AND logical operation on two long words.
SInt32 BitAnd ( SInt32 value1, SInt32 value2 );
A long word.
A long word.
A long word that is the result of the AND operation on the long words passed as arguments. Each bit in the returned value is set if and only if the corresponding bit is set in both value1 and value2.
Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)