Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
GetDoubleValue Method (obj, defaultValue)
NamespacesGenesyslab.Desktop.Infrastructure.StatFormattingFormattingGetDoubleValue(Object, Double)
Gets the double value of this object.
Declaration Syntax
C#Visual BasicVisual C++
public static double GetDoubleValue(
	Object obj,
	double defaultValue
)
Public Shared Function GetDoubleValue ( _
	obj As Object, _
	defaultValue As Double _
) As Double
public:
static double GetDoubleValue(
	Object^ obj, 
	double defaultValue
)
Parameters
obj (Object)
The object.
defaultValue (Double)
The default value.
Return Value
The double value of the object.

Assembly: Genesyslab.Desktop.Infrastructure (Module: Genesyslab.Desktop.Infrastructure) Version: 8.0.2.15 (8.0.002.15)