PropertyValue.CreateDoubleArray(Double[]) Method

Definition

Creates a property value from an array of floating-point values.

public:
 static Platform::Object ^ CreateDoubleArray(Platform::Array <double> ^ value);
 static IInspectable CreateDoubleArray(winrt::array_view <double> const& value);
public static object CreateDoubleArray(double[] value);
function createDoubleArray(value)
Public Shared Function CreateDoubleArray (value As Double()) As Object

Parameters

value

Double[]

double[]

The array to store in the property value.

Returns

Object

Platform::Object

IInspectable

The property value.

Applies to