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