Freigeben über


MDXValue.ToSingle-Methode

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

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

Syntax

'Declaration
Public Function ToSingle As Single
'Usage
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

Rückgabewert

Typ: System.Single
A single-precision floating-point number.

Siehe auch

Verweis

MDXValue Klasse

Microsoft.AnalysisServices.AdomdServer-Namespace