Enum BinaryVectorDataType
Represents the data type of a binary Vector.
public enum BinaryVectorDataType
- Extension Methods
Fields
Float32 = 39
Data type is float32.
Int8 = 3
Data type is int8.
PackedBit = 16
Data type is packed bit.
See Also
BinaryVector<TItem>