MDXValue.ToDouble Method
Returns a double-precision floating-point number representation of the MDXValue object.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public Function ToDouble As Double
'Usage
Dim instance As MDXValue
Dim returnValue As Double
returnValue = instance.ToDouble()
public double ToDouble()
public:
double ToDouble()
member ToDouble : unit -> float
public function ToDouble() : double
Return Value
Type: System.Double
A double-precision floating-point number.