Function bin

  • Converts a number to a binary string.

    Returns

    The binary string representation of n.

    Parameters

    • n: number

      The given number.

    Returns string

Generated using TypeDoc