IPropertyValue.GetDoubleArray(Double[]) Method

Definition

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

void GetDoubleArray([Out] winrt::array_view <double> const& & value);
public void GetDoubleArray(out double[] value);
Public Sub GetDoubleArray (ByRef value As Double())

Parameters

value

Double[]

double[]

The array of values.

Applies to