toBinStr64(a)

Formats a number as a binary string of length 64.


Syntax

  • no underlying function - use toBinStrN
  • a: scalar Int - value to be converted to binary string
    return: Text -  input represented by a string of 64 1's and 0's

    Usage

    Use this to show in human readable format the binary representation of an integer.

    Location

    menu: veeos ==> Data  ==> Conversion ==> toBinStr64

    library: dataLib

    Example

    toBinStr64(34516786785267) returns "0000000000000000000111110110010010010000110100001010101111110011"

    Notes

    This object is provided as a convenience only. It is a special case of toBinStrN()

    Reference

    Dependencies

    uses toBinStrN()

    Supported On

    VEE 7.0+, all platforms

    See Also

    toBinStr8, toBinStr16, toBinStr32, toBinStrNhexToInttoUInt8, toInt16, toInt32


    © 2015. All Rights Reserved.  Stan Bischof (stan@worldbadminton.com). Last updated 20 October 2015 20:38. © 2015.