PropertyValue.CreateSingleArray(Single[]) 方法

定义

从浮点值数组创建属性值。

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

参数

value

Single[]

float[]

要存储在属性值中的数组。

返回

Object

Platform::Object

IInspectable

属性值。

适用于