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