EmbeddingVector.GetValues(Single[]) Method

Definition

public:
 virtual void GetValues(Platform::Array <float> ^ values) = GetValues;
/// [Windows.Foundation.Metadata.Experimental]
void GetValues(winrt::array_view <float> & values);
void GetValues(winrt::array_view <float> & values);
[Windows.Foundation.Metadata.Experimental]
public void GetValues(float[] values);
public void GetValues(float[] values);
function getValues(values)
Public Sub GetValues (values As Single())

Parameters

values

Single[]

float[]

Attributes

Applies to