Class BinaryVectorPackedBit
Represents a vector of 0/1 values. The vector values are packed into groups of 8 (a byte).
public sealed class BinaryVectorPackedBit : BinaryVector<byte>
- Inheritance
-
BinaryVectorPackedBit
- Inherited Members
- Extension Methods
Constructors
- BinaryVectorPackedBit(ReadOnlyMemory<byte>, byte)
Initializes a new instance of the BinaryVectorPackedBit class.
Properties
- Padding
Gets the bits padding.