Skip to content

TracingJSRuntime.GetBigIntWords method

C#
public override 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