V8FastArg.GetDouble Method |
Gets the
Double value of the argument.
Namespace: Microsoft.ClearScript.V8.FastProxyAssembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
Syntaxpublic double GetDouble(
string name = null
)
Public Function GetDouble (
Optional name As String = Nothing
) As Double
public:
double GetDouble(
String^ name = nullptr
)
member GetDouble :
?name : string
(* Defaults:
let _name = defaultArg name null
*)
-> float
Parameters
- name String (Optional)
- An optional argument or property name.
Return Value
DoubleThe
Double value of the argument.
Remarks
This method throws an exception if the operation fails.
See Also