GetAsDouble 方法
Returns the value that this MiningValue represents, converted to a double.
命名空间: Microsoft.AnalysisServices.AdomdServer
程序集: msmgdsrv(在 msmgdsrv.dll 中)
语法
声明
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.