PropertyValue.CreateSingleArray(Single[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The property value.