BitArrayHelper
PopFront Method
|
Removes the first
BitArray
of an array of
BitArrays and returns it.
Namespace:
Spire.Barcode
Assembly:
Spire.Barcode (in Spire.Barcode.dll) Version: 7.3.7.0 (7.3.7.9046)
Syntax
public static BitArray PopFront(
ref BitArray[] bits
)
Public Shared Function PopFront (
ByRef bits As BitArray()
) As BitArray
public:
static BitArray^ PopFront(
array<BitArray^>^% bits
)
static member PopFront :
bits : BitArray[] byref -> BitArray
Parameters
-
bits
-
Type:
System.Collections
BitArray
Array of bit arrays to work on. On return, will lack the first element.
Return Value
Type:
BitArray
The first element of the BitArray array parameter.
See Also