Class BinaryVectorPackedBit
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
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)
Initializes a new instance of the BinaryVectorPackedBit class.
Properties
Gets the bits padding.