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.
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