Table of Contents

Class QueryVector

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

Vector search query vector.

public sealed class QueryVector
Inheritance
QueryVector
Inherited Members

Constructors

QueryVector(ReadOnlyMemory<double>)

Initializes a new instance of the QueryVector class.

QueryVector(ReadOnlyMemory<int>)

Initializes a new instance of the QueryVector class.

QueryVector(ReadOnlyMemory<float>)

Initializes a new instance of the QueryVector class.

Operators

implicit operator QueryVector(double[])

Performs an implicit conversion from double[] to QueryVector.

implicit operator QueryVector(int[])

Performs an implicit conversion from int[] to QueryVector.

implicit operator QueryVector(ReadOnlyMemory<double>)

Performs an implicit conversion from a of ReadOnlyMemory<T> to QueryVector.

implicit operator QueryVector(ReadOnlyMemory<int>)

Performs an implicit conversion from a of ReadOnlyMemory<T> to QueryVector.

implicit operator QueryVector(ReadOnlyMemory<float>)

Performs an implicit conversion from a of ReadOnlyMemory<T> to QueryVector.

implicit operator QueryVector(float[])

Performs an implicit conversion from float[] to QueryVector.