Méthode MDXValue.ToSingle
Retourne une représentation de nombre à virgule flottante simple précision de l'objet MDXValue.
Espace de noms : Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (en msmgdsrv.dll)
Syntaxe
'Déclaration
Public Function ToSingle As Single
'Utilisation
Dim instance As MDXValue
Dim returnValue As Single
returnValue = instance.ToSingle()
public float ToSingle()
public:
float ToSingle()
member ToSingle : unit -> float32
public function ToSingle() : float
Valeur de retour
Type : Single
Nombre à virgule flottante simple précision.