toBinStr16(a)

Formats a number as a binary string of length 16.


Syntax

  • no underlying function - use toBinStrN
  • a: scalar Int - value to be converted to binary string
    return: Text -  input represented by a string of 16 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 ==> toBinStr16

    library: dataLib

    Example

    toBinStr16(85267) returns "0100110100010011"

    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, toBinStr32, toBinStr64, toBinStrN, hexToInttoUInt8, toInt16, toInt32, toEngr


    © 2015-2025. All Rights Reserved. Stan Bischof (stan@worldbadminton.com). Last updated 13 February 2024 08:50.