Gets the Double value of this value converted to number using the standard JavaScript conversion.
[C#] double GetValueDouble() [Visual Basic] Function GetValueDouble() As Double
double GetValueDouble()
Function GetValueDouble() As Double
may throw Exception()
The method is the chain of ToJSNumber and GetNumberDouble without intermediate object creation.
None.