Conversão Explicit (MDXValue to Double)

Explicitly converts an MDXValue object to a double-precision floating-point number.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (em msmgdsrv.dll)

Sintaxe

'Declaração
Public Shared Narrowing Operator CType ( _
    mpMDXValue As MDXValue _
) As Double
'Uso
Dim input As MDXValue
Dim output As Double

output = CType(input, Double)

Parâmetros

Valor de retorno

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