Definitions for "Scalar Type" Add To Word List
Login or Register  | Word Lists | Search History

Or scalar data type. A data type that has a predictable and enumerable sequence of values that can be compared for greater-than/less-than relationships. In Visual C++, all arithmetic types, plus pointers, are considered scalar types. See also aggregate type.
Helpful?           0
an arithmetic type (i
Helpful?           0
a type that is encapsulated , that is, it doesn't have any user-visible components
Helpful?           0
A scalar type is either a discrete type or a real type. (38)
Helpful?           0
A type representing single values which cannot be broken down into smaller components, namely a discrete type or a real type.
Helpful?           0