V8FastArg.TryGet(Double) Method |
Gets the
Double value of the argument if possible.
Namespace: Microsoft.ClearScript.V8.FastProxyAssembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
Syntaxpublic bool TryGet(
out double value
)
Public Function TryGet (
<OutAttribute> ByRef value As Double
) As Boolean
public:
bool TryGet(
[OutAttribute] double% value
)
member TryGet :
value : float byref -> bool
Parameters
- value Double
- On return, the Double value of the argument if the operation succeeded.
Return Value
BooleanTrue if the operation succeeded,
false otherwise.
See Also