Resolve
RDF Terms

    Data based on @zazuko/vocabularies
    Defined by qudt:
    Click to Copy
    qudt:BYTE
    Click to Copy
    http://qudt.org/schema/qudt/BYTE

    Recommended prefix

    Copy 'PREFIX qudt: <http://qudt.org/schema/qudt/>'

    qudt:

    lang:""
    Byte
    lang:""
    The byte data type is an 8-bit signed two's complement integer. It has a minimum value of -128 and a maximum value of 127 (inclusive). The byte data type can be useful for saving memory in large arrays, where the memory savings actually matters. They can also be used in place of int where their limits help to clarify your code; the fact that a variable's range is limited can serve as a form of documentation.
    lang:""
    byte
    lang:""
    http://docs.oracle.com/javase/tutorial/java/nutsandbolts/datatypes.html
    lang:""
    Byte