Not Function

Owning Palette: Boolean Functions

Requires: Base Development System

Computes the logical negation of the input. If x is FALSE, the function returns TRUE. If x is TRUE, the function returns FALSE.

Note  This function performs bitwise operations on numeric inputs.

The connector pane displays the default data types for this polymorphic function.

Details  Example

 Add to the block diagram  Find on the palette
x can be a scalar Boolean value or number, array or cluster of Boolean values or numbers, array of clusters of Boolean values or numbers, and so on. If x is an error cluster, only the status parameter of the error cluster passes to the input terminal.
.not. x? is the logical negation of x.

Not Details

Not truth table

x.not. x?
FT
TF

Example

Refer to the Boolean Functions VI in the labview\examples\Booleans directory for an example of using the Not function.

 Open example  Find related examples