Jump to content

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

From LabVIEW Wiki
m Logmanoriginal moved page Bool to (0,1) function to Boolean To (0,1) function: Use full function name
Add tips and tricks
Line 20: Line 20:


== Best practice ==
== Best practice ==
== Tips and tricks ==
* Wire an error cluster to perform logical operations on error conditions.


== History ==
== History ==

Revision as of 20:01, 13 May 2020

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

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

See also

External links