Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Int64

Hierarchy

  • Int64

Index

Methods

Methods

toNumber

  • toNumber(): number
  • Returns number

    the numerical value of this int64, as a 53-bit integer.

toString

  • toString(radix?: undefined | number): string
  • Parameters

    • Optional radix: undefined | number

    Returns string

    the string representation of the int64 value.