Gets the Double value of this number.
[C#] double GetNumberDouble() [Visual Basic] Function GetNumberDouble() As Double
double GetNumberDouble()
Function GetNumberDouble() As Double
may throw Exception()
The method returns the Double value of this number. It fails if this value is not a number.
None.