Of Method
Of(TVal, VectorValues)
Creates a new instance of the VectorDocument<TVal> class with the specified value and vector values.
Declaration
public static IVectorDocument<TVal> Of(TVal value, VectorValues vectorValues)
Parameters
| TVal | value | The value contained in the document. |
| VectorValues | vectorValues | The vector values associated with the document. |
Returns
| IVectorDocument<TVal> | A new instance of the VectorDocument<TVal> class. |