V8FastArg.TryGet(Single) Method |
Gets the
Single 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 float value
)
Public Function TryGet (
<OutAttribute> ByRef value As Single
) As Boolean
public:
bool TryGet(
[OutAttribute] float% value
)
member TryGet :
value : float32 byref -> bool
Parameters
- value Single
- On return, the Single value of the argument if the operation succeeded.
Return Value
BooleanTrue if the operation succeeded,
false otherwise.
See Also