Skip to content

SteamWorks.BigIntConstructor

TheAce0296 edited this page Oct 23, 2022 · 1 revision

Interface: BigIntConstructor

SteamWorksNamespace.BigIntConstructor

Callable

BigIntConstructor

BigIntConstructor(value): bigint

Parameters

Name Type
value string | number | bigint | boolean

Returns

bigint

Defined in

node_modules/typescript/lib/lib.es2020.bigint.d.ts:124

Table of contents

Properties

Methods

Properties

prototype

Readonly prototype: BigInt

Defined in

node_modules/typescript/lib/lib.es2020.bigint.d.ts:125

Methods

asIntN

asIntN(bits, int): bigint

Interprets the low bits of a BigInt as a 2's-complement signed integer. All higher bits are discarded.

Parameters

Name Type Description
bits number The number of low bits to use
int bigint The BigInt whose bits to extract

Returns

bigint

Defined in

node_modules/typescript/lib/lib.es2020.bigint.d.ts:133


asUintN

asUintN(bits, int): bigint

Interprets the low bits of a BigInt as an unsigned integer. All higher bits are discarded.

Parameters

Name Type Description
bits number The number of low bits to use
int bigint The BigInt whose bits to extract

Returns

bigint

Defined in

node_modules/typescript/lib/lib.es2020.bigint.d.ts:140

Steamworks - v1.2.0

Namespaces

Clone this wiki locally