NOT

Platform

x64, Win32, .NET

Purpose

To perform a bitwise NOT operation.

Class

Elemental function.

Syntax

INTEGER FUNCTION NOT(I)
INTEGER I

Description

The result has the same kind type as I.

Return value

Each bit of I is transposed according to the table:

I NOT
1   0
0   1

 

 

Basket
Empty
 
Copyright © 1999-2024 Silverfrost Limited