共用方式為


ToSingle 方法

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

命名空間:  Microsoft.AnalysisServices.AdomdServer
組件:  msmgdsrv (在 msmgdsrv.dll 中)

語法

'宣告
Public Function ToSingle As Single
'用途
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

傳回值

型別:System. . :: . .Single
A single-precision floating-point number.