Constructor QueryVector
QueryVector(ReadOnlyMemory<double>)
Initializes a new instance of the QueryVector class.
public QueryVector(ReadOnlyMemory<double> readOnlyMemory)
Parameters
readOnlyMemoryReadOnlyMemory<double>The memory.
QueryVector(ReadOnlyMemory<float>)
Initializes a new instance of the QueryVector class.
public QueryVector(ReadOnlyMemory<float> readOnlyMemory)
Parameters
readOnlyMemoryReadOnlyMemory<float>The memory.
QueryVector(ReadOnlyMemory<int>)
Initializes a new instance of the QueryVector class.
public QueryVector(ReadOnlyMemory<int> readOnlyMemory)
Parameters
readOnlyMemoryReadOnlyMemory<int>The memory.