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