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