Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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.