EmbeddingVector.GetValues(Single[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the values specified in the EmbeddingVector.
public:
virtual void GetValues(Platform::Array <float> ^ values) = GetValues;
void GetValues(winrt::array_view <float> & values);
public void GetValues(float[] values);
function getValues(values)
Public Sub GetValues (values As Single())
Parameters
- values
-
Single[]
float[]
The values specified in the EmbeddingVector.