PropertyValue.CreateSingleArray(Single[]) Method

Definition

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

public:
 static Platform::Object ^ CreateSingleArray(Platform::Array <float> ^ value);
 static IInspectable CreateSingleArray(winrt::array_view <float> const& value);
public static object CreateSingleArray(float[] value);
function createSingleArray(value)
Public Shared Function CreateSingleArray (value As Single()) As Object

Parameters

value

Single[]

float[]

The array to store in the property value.

Returns

Object

Platform::Object

IInspectable

The property value.

Applies to