Negates x and then computes the logical OR of y and the negated x. Both inputs must be Boolean or numeric values. If x is TRUE and y is FALSE, the function returns FALSE. Otherwise, it returns TRUE.
![]() | Note This function performs bit-wise operations on numeric inputs. |
The connector pane displays the default data types for this polymorphic function.

Refer to the And VI in the labview\examples\general\functions\Boolean directory for an example of using the Implies function.