Jump to content

Functions Palette/Programming/Boolean: Difference between revisions

From LabVIEW Wiki
mNo edit summary
mNo edit summary
 
Line 5: Line 5:
}}
}}


The Boolean palette provides constants and functions that can be performed on [[Boolean]], [[Numeric]] and [[Fixed-point]] values.
The '''Boolean''' palette provides constants and functions that can be performed on [[Boolean]], [[Numeric]] and [[Fixed-point]] values.
{{TOCright}}
{{TOCright}}
{{LabVIEW Palette
{{LabVIEW Palette
Line 87: Line 87:


* [[Boolean]]
* [[Boolean]]
[[Category:Boolean Palette]]


[[Category:Boolean Palette]]
[[Category:Boolean Palette]]

Latest revision as of 21:10, 28 September 2020

Object information
Owning palette(s) Programming palette
Type Palette
Requires Basic Development Environment
Icon

The Boolean palette provides constants and functions that can be performed on Boolean, Numeric and Fixed-point values.

Programming paletteAndOrExclusive OrNotCompound ArithmeticNot AndNot OrNot Exclusive OrImpliesAnd Array ElementsOr Array ElementsNum to ArrayArray to NumBool to (0,1)True ConstantFalse Constant
Boolean palette (Click on a function to navigate, or on the arrow to go to parent palette)

Functions

Logical And Logical And
Logical Or Logical Or
Exclusive Or Exclusive Or
Not Not
Compound Arithmetic Compound Arithmetic
Not And Not And
Not Or Not Or
Not Exclusive Or Not Exclusive Or
Implies Implies
And Array Elements And Array Elements
Or Array Elements Or Array Elements
Num to Array Num to Array
Array to Num Array to Num
Bool to (0,1) Bool to (0,1)

Constants

True Constant True Constant
False Constant False Constant

See also