Skip to content

NodejsRuntime.CreateBigInt method (1 of 3)

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

See Also


NodejsRuntime.CreateBigInt method (2 of 3)

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

See Also


NodejsRuntime.CreateBigInt method (3 of 3)

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

See Also

Released under the MIT license