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