PropertyValue.CreateDoubleArray(Double[]) 方法

定义

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

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

参数

value

Double[]

double[]

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

返回

Object

Platform::Object

IInspectable

属性值。

适用于