VectorbaseEntry Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A vectorbase entry.
public readonly struct VectorbaseEntry
type VectorbaseEntry = struct
Public Structure VectorbaseEntry
- Inheritance
-
VectorbaseEntry
Constructors
| Name | Description |
|---|---|
| VectorbaseEntry(ReadOnlyMemory<Single>, BinaryData, Nullable<Int32>) |
Initializes a new instance of the VectorbaseEntry class. |
Properties
| Name | Description |
|---|---|
| Data |
Gets the data associated with the entry. |
| Id |
Gets the id associated with the entry. |
| Vector |
Gets the vector associated with the entry. |