Class BitList
Inheritance
System.Object
BitList
Namespace: FastReport.Barcode
Assembly: FastReport.Base.dll
Syntax
public class BitList
Properties
Count
Bit count.
Declaration
public int Count { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Methods
Add(Int64, Int32)
Adds value as bits.
Declaration
public void Add(long value, int length)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int64 | value | |
| System.Int32 | length |
AddBit(Boolean)
Adds single bit.
Declaration
public void AddBit(bool value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | value |
GetBits()
Returns bits.
Declaration
public List<bool> GetBits()
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.Boolean> |