Skip to content

JSRuntime.CreateBigInt method (1 of 3)

C#
public virtual napi_status CreateBigInt(napi_env env, long value, out napi_value result)

See Also


JSRuntime.CreateBigInt method (2 of 3)

C#
public virtual napi_status CreateBigInt(napi_env env, ulong value, out napi_value result)

See Also


JSRuntime.CreateBigInt method (3 of 3)

C#
public virtual napi_status CreateBigInt(napi_env env, int sign, ReadOnlySpan<ulong> words, 
    out napi_value result)

See Also

Released under the MIT license