IPropertyValue.GetSingleArray(Single[]) Method

Definition

Returns the array of floating-point values stored as a property value.

void GetSingleArray([Out] winrt::array_view <float> const& & value);
public void GetSingleArray(out float[] value);
Public Sub GetSingleArray (ByRef value As Single())

Parameters

value

Single[]

float[]

The array of values.

Applies to