Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Long

Ponyfill for Java's Long class.

Hierarchy

  • Long

Index

Methods

Methods

Static parseLong

  • parseLong(num: string, radix?: number): number
  • Parses a string to a number, since JS has no really Int64.

    Parameters

    • num: string

      Numeric string.

    • Default value radix: number = undefined

      Destination radix.

    Returns number

Generated using TypeDoc