Table of Contents

Constructor QueryVector

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

QueryVector(ReadOnlyMemory<double>)

Initializes a new instance of the QueryVector class.

public QueryVector(ReadOnlyMemory<double> readOnlyMemory)

Parameters

readOnlyMemory ReadOnlyMemory<double>

The memory.

QueryVector(ReadOnlyMemory<float>)

Initializes a new instance of the QueryVector class.

public QueryVector(ReadOnlyMemory<float> readOnlyMemory)

Parameters

readOnlyMemory ReadOnlyMemory<float>

The memory.

QueryVector(ReadOnlyMemory<int>)

Initializes a new instance of the QueryVector class.

public QueryVector(ReadOnlyMemory<int> readOnlyMemory)

Parameters

readOnlyMemory ReadOnlyMemory<int>

The memory.