Table of Contents

Class BigInt

Namespace
CSharpToJavaScript.APIs.JS.Ecma
Assembly
CSharpToJavaScript.dll
[To("Default")]
public class BigInt : BigIntPrototype
Inheritance
BigInt
Inherited Members

Constructors

BigInt()

public BigInt()

Properties

Prototype

[To("FirstCharToLowerCase")]
public static BigIntPrototype Prototype { get; }

Property Value

BigIntPrototype

Methods

AasUintN(Number, BigInt)

[To("FirstCharToLowerCase")]
public BigInt AasUintN(Number bits, BigInt bigint)

Parameters

bits Number
bigint BigInt

Returns

BigInt

AsIntN(Number, BigInt)

[To("FirstCharToLowerCase")]
public BigInt AsIntN(Number bits, BigInt bigint)

Parameters

bits Number
bigint BigInt

Returns

BigInt