Метод MiningValue.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.

См. также

Справочник

MiningValue Класс

Пространство имен Microsoft.AnalysisServices.AdomdServer