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