Gets the Double value of this value converted to number using the standard JavaScript conversion.

 

   

Syntax
 

[C#]
double GetValueDouble()
[Visual Basic]
Function GetValueDouble() As Double

Throws Exceptions may throw Exception()

 

   

Params
 
Name Description
return The Double value of the converted value.

 

   

Notes
 

The method is the chain of ToJSNumber and GetNumberDouble without intermediate object creation.

 

   

Example
 

None.