integer variable

  • 21Word-Variable — Word Variable,   ein Datentyp in der Programmierung, der die Länge zwei Bytes besitzt. Im Gegensatz zur wörtlichen Übersetzung des Namens enthält eine Word Variable aber keine Worte, sondern Zahlen ohne Nachkommastellen. Diese umfassen bei der… …

    Universal-Lexikon

  • 22Globale Variable — In der Programmierung ist eine Variable im allgemeinsten Sinne einfach ein Behälter für Rechnungsgrößen („Werte“), die im Verlauf eines Rechenprozesses auftreten. Im Normalfall wird eine Variable durch einen Namen bezeichnet und hat eine… …

    Deutsch Wikipedia

  • 23Lokale Variable — In der Programmierung ist eine Variable im allgemeinsten Sinne einfach ein Behälter für Rechnungsgrößen („Werte“), die im Verlauf eines Rechenprozesses auftreten. Im Normalfall wird eine Variable durch einen Namen bezeichnet und hat eine… …

    Deutsch Wikipedia

  • 24Oxygene (programming language) — Oxygene Developer RemObjects Software Stable release 3.0.21 (August 29, 2009; 2 years ago (2009 08 29)) Influenced by Object Pas …

    Wikipedia

  • 25Rounding — This article is about numerical rounding. For lip rounding in phonetics, see Labialisation. For other uses, see Rounding (disambiguation). Rounding a numerical value means replacing it by another value that is approximately equal but has a… …

    Wikipedia

  • 26Arbitrary-precision arithmetic — In computer science, arbitrary precision arithmetic indicates that calculations are performed on numbers whose digits of precision are limited only by the available memory of the host system. This contrasts with the faster fixed precision… …

    Wikipedia

  • 27Linked list — In computer science, a linked list is a data structure consisting of a group of nodes which together represent a sequence. Under the simplest form, each node is composed of a datum and a reference (in other words, a link) to the next node in the… …

    Wikipedia

  • 28Array data type — Not to be confused with Array data structure. In computer science, an array type is a data type that is meant to describe a collection of elements (values or variables), each selected by one or more indices that can be computed at run time by the …

    Wikipedia

  • 29Pike (programming language) — Pike Paradigm(s) multi paradigm: object oriented, functional, procedural Appeared in 1994 Designed by Fredrik Hübinette Devel …

    Wikipedia

  • 30Datentyp — Datentyp,   Festlegung für den Wertebereich einer Variablen. Grundsätzlich kann man zwischen numerischen und alphanumerischen Datentypen sowie Zeigern und Objektvariablen unterscheiden.   Numerische Datentypen werden als Zahlenwert interpretiert …

    Universal-Lexikon