Jump to content

Boolean Array to Number function: Difference between revisions

From LabVIEW Wiki
Add new page (stub)
 
Added usage details
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{stub}}
{{stub}}


{{LabVIEW Palette Object Information|palette=Functions Palette/Programming/Boolean{{!}}Boolean palette|type=function}}
{{LabVIEW Palette Object Information|palette=Functions Palette/Programming/Boolean{{!}}Boolean palette|palette2=Functions Palette/Programming/Numeric/Conversion{{!}}Conversion palette|type=function|icon=Bootonum.png}}
 
[[File:Boolean Array To Number - Terminals.png|thumb|Boolean Array To Number function]]
Converts a Boolean array to an [[Integer|integer]] or [[Fixed-point|fixed-point]] number with the least significant bit at index zero.
The '''Boolean Array to Number''' function converts a Boolean array to an [[Integer|integer]] or [[Fixed-point|fixed-point]] number with the least significant bit at index zero.
 
{{TOCright}}
== Usage ==
== Usage ==
 
The default output type the '''Boolean Array to Number''' function is [[U32 data type|U32]] but it can be changed in its '''Properties''' dialog by:
== Best practice ==
* clicking '''Output Configuration''' tab
* then clicking the '''Representation''' button.
[[File:The Boolean Array to Number Output Configuration.png|center|Output Configuration in the Properties dialog]]


== History ==
== History ==
{{ambox|text=History information is needed.  What changes have occurred over previous versions?}}
{| class="wikitable"
! Version
! Change(s)
|-
|[[File:LV2018.png|frameless|border|64x64px|LabVIEW 2018|link=LabVIEW 2018]]
|More info to come.
|}
== See Also ==
{{ambox|text=Add links to internal resources that would also help.}}


== See also ==
== External Links ==
 
{{ambox|text=Add links to external resources that would also help.}}
== External links ==


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

Latest revision as of 17:25, 16 December 2021

Object information
Owning palette(s) Boolean palette | Conversion palette
Type Function
Requires Basic Development Environment
Icon
Boolean Array To Number function

The Boolean Array to Number function converts a Boolean array to an integer or fixed-point number with the least significant bit at index zero.

Usage

The default output type the Boolean Array to Number function is U32 but it can be changed in its Properties dialog by:

  • clicking Output Configuration tab
  • then clicking the Representation button.
Output Configuration in the Properties dialog
Output Configuration in the Properties dialog

History

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

See Also

External Links