Owning Palette: Boolean Functions
Requires: Base Development System
Negates x and then computes the logical OR of y and the negated x. Both inputs must be Boolean values, numeric values, or error clusters. If x is TRUE and y is FALSE, the function returns FALSE. Otherwise, it returns TRUE.
![]()  | Note This function performs bitwise operations on numeric inputs. | 
The connector pane displays the default data types for this polymorphic function.

  Add to the block diagram | 
  Find on the palette | 
Implies truth table
| x | y | x .implies. y? | 
| T | T | T | 
| T | F | F | 
| F | T | T | 
| F | F | T | 
Refer to the Boolean Functions VI in the labview\examples\Booleans directory for an example of using the Implies function.