Functions Palette/Programming/Boolean: Difference between revisions
Appearance
Extract descriptions, add tables for functions and constants |
mNo edit summary |
||
| (6 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
{{LabVIEW Palette Object Information | |||
| palette = Functions Palette/Programming{{!}}Programming palette | |||
| type = palette | |||
| icon = Functions Palette - Programming Palette - Boolean.png | |||
}} | |||
The '''Boolean''' palette provides constants and functions that can be performed on [[Boolean]], [[Numeric]] and [[Fixed-point]] values. | |||
{{TOCright}} | |||
{{LabVIEW Palette | {{LabVIEW Palette | ||
|image = Boolean Palette.png | |image = Boolean Palette.png | ||
|title = Boolean palette | |title = Boolean palette | ||
|parent = Functions Palette/Programming{{!}}Programming palette | |||
|1 = And function{{!}}And | |1 = And function{{!}}And | ||
|2 = Or function{{!}}Or | |2 = Or function{{!}}Or | ||
| Line 19: | Line 28: | ||
|32 = False constant{{!}}False Constant | |32 = False constant{{!}}False Constant | ||
}} | }} | ||
== Functions == | == Functions == | ||
{| class="wikitable" | {| class="wikitable" | ||
| [[File:Andfunct.png|Logical And]] | | [[File:Andfunct.png|Logical And|link=And function]] | ||
| [[And function|Logical And]] | | [[And function|Logical And]] | ||
|- | |- | ||
| [[File:Orfunct.png|Logical Or]] | | [[File:Orfunct.png|Logical Or|link=Or function]] | ||
| [[Or function|Logical Or]] | | [[Or function|Logical Or]] | ||
|- | |- | ||
| [[File:Xclusvor.png|Exclusive Or]] | | [[File:Xclusvor.png|Exclusive Or|link=Exclusive Or function]] | ||
| [[Exclusive Or function|Exclusive Or]] | | [[Exclusive Or function|Exclusive Or]] | ||
|- | |- | ||
| [[File:Notfunct.png|Not]] | | [[File:Notfunct.png|Not|link=Not function]] | ||
| [[Not function|Not]] | | [[Not function|Not]] | ||
|- | |- | ||
| [[File:Comparit.png|Compound Arithmetic]] | | [[File:Comparit.png|Compound Arithmetic|link=Compound Arithmetic function]] | ||
| [[Compound Arithmetic function|Compound Arithmetic]] | | [[Compound Arithmetic function|Compound Arithmetic]] | ||
|- | |- | ||
| [[File:Notandfn.png|Not And]] | | [[File:Notandfn.png|Not And|link=Not And function]] | ||
| [[Not And function|Not And]] | | [[Not And function|Not And]] | ||
|- | |- | ||
| [[File:Notorfun.png|Not Or]] | | [[File:Notorfun.png|Not Or|link=Not Or function]] | ||
| [[Not Or function|Not Or]] | | [[Not Or function|Not Or]] | ||
|- | |- | ||
| [[File:Notxclor.png|Not Exclusive Or]] | | [[File:Notxclor.png|Not Exclusive Or|link=Not Exclusive Or function]] | ||
| [[Not Exclusive Or function|Not Exclusive Or]] | | [[Not Exclusive Or function|Not Exclusive Or]] | ||
|- | |- | ||
| [[File:Implies.png|Implies]] | | [[File:Implies.png|Implies|link=Implies function]] | ||
| [[Implies function|Implies]] | | [[Implies function|Implies]] | ||
|- | |- | ||
| [[File:Andarray.png|And Array Elements]] | | [[File:Andarray.png|And Array Elements|link=And Array Elements function]] | ||
| [[And Array Elements function|And Array Elements]] | | [[And Array Elements function|And Array Elements]] | ||
|- | |- | ||
| [[File:Orarray.png|Or Array Elements]] | | [[File:Orarray.png|Or Array Elements|link=Or Array Elements function]] | ||
| [[Or Array Elements function|Or Array Elements]] | | [[Or Array Elements function|Or Array Elements]] | ||
|- | |- | ||
| [[File:Numtoboo.png|Num to Array]] | | [[File:Numtoboo.png|Num to Array|link=Num to Array function]] | ||
| [[Num to Array function|Num to Array]] | | [[Num to Array function|Num to Array]] | ||
|- | |- | ||
| [[File:Bootonum.png|Array to Num]] | | [[File:Bootonum.png|Array to Num|link=Array to Num function]] | ||
| [[Array to Num function|Array to Num]] | | [[Array to Num function|Array to Num]] | ||
|- | |- | ||
| [[File:Bootoone.png|Bool to (0,1)]] | | [[File:Bootoone.png|Bool to (0,1)|link=Bool to (0,1) function]] | ||
| [[Bool to (0,1) function|Bool to (0,1)]] | | [[Bool to (0,1) function|Bool to (0,1)]] | ||
|} | |} | ||
| Line 76: | Line 77: | ||
{| class="wikitable" | {| class="wikitable" | ||
| [[File:BooleanTrue2010.png|True Constant]] | | [[File:BooleanTrue2010.png|True Constant|link=True constant]] | ||
| [[True constant|True Constant]] | | [[True constant|True Constant]] | ||
|- | |- | ||
| [[File:BooleanFalse2010.png|False Constant]] | | [[File:BooleanFalse2010.png|False Constant|link=False constant]] | ||
| [[False constant|False Constant]] | | [[False constant|False Constant]] | ||
|} | |} | ||
| Line 87: | Line 88: | ||
* [[Boolean]] | * [[Boolean]] | ||
[[Category: | [[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.

Functions
| Logical And | |
| Logical Or | |
| Exclusive Or | |
| Not | |
| Compound Arithmetic | |
| Not And | |
| Not Or | |
| Not Exclusive Or | |
| Implies | |
| And Array Elements | |
| Or Array Elements | |
| Num to Array | |
| Array to Num | |
| Bool to (0,1) |
Constants
| True Constant | |
| False Constant |