Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Returns the value that this MiningValue represents, converted to a double.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public Function GetAsDouble As Double
'Usage
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
Rückgabewert
Typ: System.Double
A double that represents the value of this MiningValue.