Carbon


BitNot

Header: ToolUtils.h Carbon status: Supported

Performs the NOT logical operation on a long word.

SInt32 BitNot (
    SInt32 value
);
value

A long word.

function result

A long word that is the result of the NOT operation on the long word passed in as an argument. Each bit in the returned value is set if and only if the corresponding bit is not set in value.

AVAILABILITY

Supported in Carbon. Available in CarbonLib 1.0 and later when InterfaceLib 7.1 or later is installed. Exported by CarbonLib 1.0 and later and by InterfaceLib 7.1 and later.


© 2000 Apple Computer, Inc. — (Last Updated 4/14/2000)