BitArrayHelper
PopBack Method
|
Removes the last
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 PopBack(
ref BitArray[] bits
)
Public Shared Function PopBack (
ByRef bits As BitArray()
) As BitArray
public:
static BitArray^ PopBack(
array<BitArray^>^% bits
)
static member PopBack :
bits : BitArray[] byref -> BitArray
Parameters
-
bits
-
Type:
System.Collections
BitArray
Array of bit arrays to work on. On return, will lack the last element.
Return Value
Type:
BitArray
The last element of the BitArray array parameter.
See Also