IPropertyValue.GetDoubleArray(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.
Returns the array of floating-point values stored as a property value.
void GetDoubleArray([Out] winrt::array_view <double> const& & value);
public void GetDoubleArray(out double[] value);
Public Sub GetDoubleArray (ByRef value As Double())
Parameters
- value
-
Double[]
double[]
The array of values.