JSValue.GetBigIntWords method (1 of 2)
C#
public ulong[] GetBigIntWords(out int sign)
See Also
- struct JSValue
- namespace Microsoft.JavaScript.NodeApi
JSValue.GetBigIntWords method (2 of 2)
C#
public void GetBigIntWords(Span<ulong> destination, out int sign, out int wordCount)
See Also
- struct JSValue
- namespace Microsoft.JavaScript.NodeApi