MiningValue.GetAsDouble Method
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
public double GetAsDouble ()
public:
virtual double GetAsDouble () sealed
public final double GetAsDouble ()
public final function GetAsDouble () : double
Return Value
A double that represents the value of this MiningValue.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
MiningValue Class
MiningValue Members
Microsoft.AnalysisServices.AdomdServer Namespace