Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.