PropertyValue.CreateDouble(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 a floating-point value.
public:
static Platform::Object ^ CreateDouble(double value);
static IInspectable CreateDouble(double const& value);
public static object CreateDouble(double value);
function createDouble(value)
Public Shared Function CreateDouble (value As Double) As Object
Parameters
- value
-
Double
double
The value to store in the property value.
Returns
The property value.