Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
class Int64
extends Numeric<Int64, bigint>
import { Int64 } from "https://deno.land/x/typed_numeric@0.5.0/src/numeric/int64.ts";

Constructors

new
Int64(value?: bigint)

Methods

add(value: Int64): Int64
and(value: Int64): Int64
div(value: Int64): Int64
exp(value: Int64): Int64
logicalLeft(n: bigint): Int64
logicalRight(n: bigint): Int64
mul(value: Int64): Int64
or(value: Int64): Int64
rem(value: Int64): Int64
rotateLeft(n: bigint): Int64
rotateRight(n: bigint): Int64
sub(value: Int64): Int64
toBeBytes(): Uint8Array
toLeBytes(): Uint8Array
value(): bigint
xor(value: Int64): Int64

Static Methods

fromBeBytes(bytes: Uint8Array): Int64
fromLeBytes(bytes: Uint8Array): Int64
max(): bigint
min(): bigint