QueryVector Conversion Operators | 
| Name | Description | |
|---|---|---|
| (Double to QueryVector) | 
            Performs an implicit conversion from Double[] to QueryVector.
              | |
| (Int32 to QueryVector) | 
            Performs an implicit conversion from Int32[] to QueryVector.
              | |
| (ReadOnlyMemoryDouble to QueryVector) | 
            Performs an implicit conversion from a of ReadOnlyMemory to QueryVector.
              | |
| (ReadOnlyMemoryInt32 to QueryVector) | 
            Performs an implicit conversion from a of ReadOnlyMemory to QueryVector.
              | |
| (ReadOnlyMemorySingle to QueryVector) | 
            Performs an implicit conversion from a of ReadOnlyMemory to QueryVector.
              | |
| (Single to QueryVector) | 
            Performs an implicit conversion from Single[] to QueryVector.
              |