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