JSBigInt constructor (1 of 4)
C#
public JSBigInt(BigInteger value)
See Also
- struct JSBigInt
- namespace Microsoft.JavaScript.NodeApi
JSBigInt constructor (2 of 4)
C#
public JSBigInt(long value)
See Also
- struct JSBigInt
- namespace Microsoft.JavaScript.NodeApi
JSBigInt constructor (3 of 4)
C#
public JSBigInt(ulong value)
See Also
- struct JSBigInt
- namespace Microsoft.JavaScript.NodeApi
JSBigInt constructor (4 of 4)
C#
public JSBigInt(int sign, ReadOnlySpan<ulong> words)
See Also
- struct JSBigInt
- namespace Microsoft.JavaScript.NodeApi