Table of Contents

Class BinaryVectorPackedBit

Namespace
MongoDB.Bson
Assembly
MongoDB.Bson.dll

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.