V8FastResult.Set(Int64) Method |
Sets the result to a
Int64 value.
Namespace: Microsoft.ClearScript.V8.FastProxyAssembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
Syntaxpublic void Set(
long value
)
Public Sub Set (
value As Long
)
public:
void Set(
long long value
)
member Set :
value : int64 -> unit
Parameters
- value Int64
- The Int64 value to assign to the result.
See Also