Share via


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

屬性值。

適用於