Click or drag to resize

V8FastArgs.TryGet(Int32, Single) Method

Gets the Single value of the argument at the specified index if possible.

Namespace: Microsoft.ClearScript.V8.FastProxy
Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
Syntax
public bool TryGet(
	int index,
	out float value
)

Parameters

index  Int32
The argument index.
value  Single
On return, the Single value of the argument at the specified index if the operation succeeded.

Return Value

Boolean
True if the operation succeeded, false otherwise.
See Also