In dictionaries:
abstract data type
Model for data and operations.
algebraic data type
Composite types for encapsulating data.
Boolean data type
In computer science, the Boolean (sometimes shortened to Bool) is a data type that has one of two possible values (usually denoted true and false) which is intended to represent the two truth values of logic and Boolean algebra.
Complex data type
Some programming languages provide a complex data type for complex number storage and arithmetic as a built-in (primitive) data type.
Real data type
A real data type is a data type used in a computer program to represent an approximation of a real number.
Primitive data type
In computer science, primitive data types are a set of basic data types from which all other data types are constructed.
Opaque data type
In computer science, an opaque data type is a data type whose concrete data structure is not defined in an interface.
Composite data type
In computer science, a composite data type or compound data type is a data type that consists of programming language scalar data types and other composite types that may be heterogeneous and hierarchical in nature.
Array data type
Decimal data type
Some programming languages (or compilers for them) provide a built-in (primitive) or library decimal data type to represent non-repeating decimal fractions like 0.3 and −1.17 without rounding, and to do arithmetic on them.
more...