Owning Palette: Boolean Functions
Requires: Base Package
Converts a Boolean array to an integer or a fixed-point number by interpreting the array as the binary representation of the number. If the number is signed, LabVIEW interprets the array as the two's complement of the binary representation of the number. The first element of the array corresponds to the least significant bit in the number.
For example, if you wire an array of two Boolean values to this function and neither value is TRUE, the function returns a value of 0. If the first Boolean value is TRUE, the function returns 1. If the second Boolean value is TRUE, the function returns 2. If both Boolean values are TRUE, the function returns 3.

You can override the default behavior of this function by changing the output settings. Right-click the function and select Properties from the shortcut menu to display the Properties dialog box. Use this dialog box to change the numeric representation of the output of the function.