Share via


EmbeddingVector.GetValues(Single[]) Method

Definition

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.

Applies to