Jump to content

Boolean To (0,1) function: Difference between revisions

From LabVIEW Wiki
Added palette
mNo edit summary
Line 4: Line 4:
[[File:Boolean to (0,1) - Terminals.png|thumb|Boolean To (0,1) function]]
[[File:Boolean to (0,1) - Terminals.png|thumb|Boolean To (0,1) function]]
The '''Boolean To (0,1)''' function returns a Boolean into a 16-bit [[Integer|integer]].
The '''Boolean To (0,1)''' function returns a Boolean into a 16-bit [[Integer|integer]].
 
{{TOCright}}
{| class="wikitable"
{| class="wikitable"
! x
! x

Revision as of 20:32, 13 July 2020

Object information
Owning palette(s) Boolean palette | Conversion palette
Type Function
Requires Basic Development Environment
Boolean To (0,1) function

The Boolean To (0,1) function returns a Boolean into a 16-bit integer.

x output
False 0
True 1

Usage

Best practice

Tips and tricks

  • Wire an error cluster to perform logical operations on error conditions.

History

Version Change(s)
LabVIEW 2018 More info to come.

See Also

External Links