Share via


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

屬性值。

適用於