PropertyValue.CreateDoubleArray(Double[]) 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 ^ 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
Parameters
- value
-
Double[]
double[]
The array to store in the property value.
Returns
The property value.