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