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