JSValue.CreateBigInt method (1 of 4)
C#
public static JSValue CreateBigInt(BigInteger value)
See Also
- struct JSValue
- namespace Microsoft.JavaScript.NodeApi
JSValue.CreateBigInt method (2 of 4)
C#
public static JSValue CreateBigInt(long value)
See Also
- struct JSValue
- namespace Microsoft.JavaScript.NodeApi
JSValue.CreateBigInt method (3 of 4)
C#
public static JSValue CreateBigInt(ulong value)
See Also
- struct JSValue
- namespace Microsoft.JavaScript.NodeApi
JSValue.CreateBigInt method (4 of 4)
C#
public static JSValue CreateBigInt(int signBit, ReadOnlySpan<ulong> words)
See Also
- struct JSValue
- namespace Microsoft.JavaScript.NodeApi