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