Start » Filter Reference » Basic » Integer » ConvertBinaryDigitsToInteger
Module: | FoundationLite |
---|
Converts binary digits to integer using least significant bit order.
Name | Type | Description | |
---|---|---|---|
inBinary | IntegerArray | ||
outInteger | Integer |
Errors
This filter can throw an exception to report error. Read how to deal with errors in Error Handling.
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Length of input array is greater than 31 in ConvertBinaryDigitsToInteger. |
Complexity Level
This filter is available on Basic Complexity Level.