Skip to content

JSValue.GetBigIntWords method (1 of 2)

C#
public ulong[] GetBigIntWords(out int sign)

See Also


JSValue.GetBigIntWords method (2 of 2)

C#
public void GetBigIntWords(Span<ulong> destination, out int sign, out int wordCount)

See Also

Released under the MIT license