ToSingle 메서드
Returns a single-precision floating-point number representation of the MDXValue object.
네임스페이스: Microsoft.AnalysisServices.AdomdServer
어셈블리: msmgdsrv.dll의 msmgdsrv
구문
‘선언
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.