Click or drag to resize

QueryVector  Conversion Operators

Overload List
  NameDescription
Public operatorStatic member(Double to QueryVector)
Performs an implicit conversion from Double[] to QueryVector.
Public operatorStatic member(Int32 to QueryVector)
Performs an implicit conversion from Int32[] to QueryVector.
Public operatorStatic member(ReadOnlyMemoryDouble to QueryVector)
Performs an implicit conversion from a of ReadOnlyMemory to QueryVector.
Public operatorStatic member(ReadOnlyMemoryInt32 to QueryVector)
Performs an implicit conversion from a of ReadOnlyMemory to QueryVector.
Public operatorStatic member(ReadOnlyMemorySingle to QueryVector)
Performs an implicit conversion from a of ReadOnlyMemory to QueryVector.
Public operatorStatic member(Single to QueryVector)
Performs an implicit conversion from Single[] to QueryVector.
Top
See Also