Back to Adaptive Vision Library website

You are here: Start » Function Reference » Integer » ConvertBinaryDigitsToLongInteger

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:avl

Converts binary digits to LongInteger using least significant bit order.

Syntax

void avl::ConvertBinaryDigitsToLongInteger
(
	const atl::Array<int>& inBinary,
	atl::int64& outLongInteger
)

Parameters

Name Type Default Description
inBinary const Array<int>&
outLongInteger int64&

Errors

List of possible exceptions:

Error type Description
DomainError Length of input array is greater than 63 in ConvertBinaryDigitsToLongInteger.