JSBigInt Implicit operator (1 of 2)
C#
public static implicit operator JSBigInt(BigInteger value)See Also
- struct JSBigInt
- namespace Microsoft.JavaScript.NodeApi
JSBigInt Implicit operator (2 of 2)
Implicitly converts a JSBigInt to a JSValue.
C#
public static implicit operator JSValue(JSBigInt value)| parameter | description |
|---|---|
| value | The JSBigInt to convert. |
See Also
- struct JSValue
- struct JSBigInt
- namespace Microsoft.JavaScript.NodeApi