GetAsDouble 메서드
Returns the value that this MiningValue represents, converted to a double.
네임스페이스: Microsoft.AnalysisServices.AdomdServer
어셈블리: msmgdsrv.dll의 msmgdsrv
구문
‘선언
Public Function GetAsDouble As Double
‘사용 방법
Dim instance As MiningValue
Dim returnValue As Double
returnValue = instance.GetAsDouble()
public double GetAsDouble()
public:
virtual double GetAsDouble() sealed
abstract GetAsDouble : unit -> float
override GetAsDouble : unit -> float
public final function GetAsDouble() : double
반환 값
형식: System. . :: . .Double
A double that represents the value of this MiningValue.