Partager via


Conversion MDXValue Implicit (Double to MDXValue)

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

Espace de noms :  Microsoft.AnalysisServices.AdomdServer
Assembly :  msmgdsrv (en msmgdsrv.dll)

Syntaxe

'Déclaration
Public Shared Widening Operator CType ( _
    parameter As Double _
) As MDXValue
'Utilisation
Dim input As Double 
Dim output As MDXValue 

output = CType(input, MDXValue)
public static implicit operator MDXValue (
    double parameter
)
static implicit operator MDXValue^ (
    double parameter
)
JScript prend en charge l'utilisation de conversions personnalisées, mais pas la déclaration de nouvelles conversions.

Paramètres

  • parameter
    Type : System.Double
    A double-precision floating-point number.

Valeur de retour

Type : Microsoft.AnalysisServices.AdomdServer.MDXValue
The converted double-precision floating-point number into a MDX value object.

Voir aussi

Référence

MDXValue Classe

Surcharge Implicit

Espace de noms Microsoft.AnalysisServices.AdomdServer