Back to FabImage Library website
You are here: Start » Function Reference » Integer » ConvertBinaryDigitsToLongInteger
This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.
Header: | STD.h |
---|---|
Namespace: | fil |
Converts binary digits to LongInteger using least significant bit order.
Syntax
void fil::ConvertBinaryDigitsToLongInteger ( const ftl::Array<int>& inBinary, ftl::int64& outLongInteger )
Parameters
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Length of input array is greater than 63 in ConvertBinaryDigitsToLongInteger. |