Skip to content

JSRuntime.GetBigIntWords method

C#
public virtual napi_status GetBigIntWords(napi_env env, napi_value value, out int sign, 
    Span<ulong> words, out UIntPtr result)

See Also

Released under the MIT license