Metodo ToSingle
Returns a single-precision floating-point number representation of the MDXValue object.
Spazio dei nomi Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Sintassi
'Dichiarazione
Public Function ToSingle As Single
'Utilizzo
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
Valore restituito
Tipo: System. . :: . .Single
A single-precision floating-point number.