Skip to content

JSValue.CreateBigInt method (1 of 4)

C#
public static JSValue CreateBigInt(BigInteger value)

See Also


JSValue.CreateBigInt method (2 of 4)

C#
public static JSValue CreateBigInt(long value)

See Also


JSValue.CreateBigInt method (3 of 4)

C#
public static JSValue CreateBigInt(ulong value)

See Also


JSValue.CreateBigInt method (4 of 4)

C#
public static JSValue CreateBigInt(int signBit, ReadOnlySpan<ulong> words)

See Also

Released under the MIT license