Skip to content

JSBigInt constructor (1 of 4)

C#
public JSBigInt(BigInteger value)

See Also


JSBigInt constructor (2 of 4)

C#
public JSBigInt(long value)

See Also


JSBigInt constructor (3 of 4)

C#
public JSBigInt(ulong value)

See Also


JSBigInt constructor (4 of 4)

C#
public JSBigInt(int sign, ReadOnlySpan<ulong> words)

See Also

Released under the MIT license