Compartir a través de


MDXValue.ToDouble Método

Returns a double-precision floating-point number representation of the MDXValue object.

Espacio de nombres:  Microsoft.AnalysisServices.AdomdServer
Ensamblado:  msmgdsrv (en msmgdsrv.dll)

Sintaxis

'Declaración
Public Function ToDouble As Double
'Uso
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

Valor devuelto

Tipo: System.Double
A double-precision floating-point number.

Vea también

Referencia

MDXValue Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdServer