Namespace: SpawnDev.SpawnJS.JSObjects
Source: JSObjects/BigInt.cs
MDN Reference: BigInt on MDN
BigInt values represent numeric values which are too large to be represented by the number primitive. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt
| Signature | Description |
|---|---|
BigInt() |
Default 0 argument constructor |
BigInt(T value) |
Creates a new instance of BigInt |
| Property | Type | Access | Description |
|---|---|---|---|
ValueString |
string |
get/set | |
Value |
T |
get |
| Method | Return Type | Description |
|---|---|---|
Equals(object? obj) |
bool |
Returns true if the specified object is equal to the current object. |
T(BigInt<T> bigInt) |
implicit operator |
Implicit conversion to T |
GetHashCode() |
int |