MindFusion.Wpf Pack Programmer's Guide
NOT

Returns the logical NOT of the specified argument.

Syntax  Copy Code

NOT( Logical l )  Logical

Parameters

l
Required. A logical value.

Remarks

Returns the logical NOT of l. That is, if l is FALSE, NOT returns TRUE; if l is TRUE, NOT returns FALSE.

Example

Formula  Copy Code

=NOT(TRUE)
=NOT(1+2=4)

See Also

Function Reference
AND Function
IF Function