GetAsDouble Método
Returns the value that this MiningValue represents, converted to a double.
Espacio de nombres: Microsoft.AnalysisServices.AdomdServer
Ensamblado: msmgdsrv (en msmgdsrv.dll)
Sintaxis
'Declaración
Public Function GetAsDouble As Double
'Uso
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
Valor devuelto
Tipo: System. . :: . .Double
A double that represents the value of this MiningValue.
Vea también