Unbox.AsDouble(Object) 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.
Unboxes the specified object into a Double object.
public:
static double AsDouble(System::Object ^ var);
public:
static double AsDouble(Platform::Object ^ var);
static double AsDouble(winrt::Windows::Foundation::IInspectable const & var);
public static double AsDouble (object var);
static member AsDouble : obj -> double
Public Shared Function AsDouble (var As Object) As Double
Parameters
- var
- Object
The original value to unbox.
Returns
Returns a Double object.