A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Types of Values

All Numeric Data Types
All Numeric Data Types

The nonintegral numeric data types are Decimal (128-bit fixed point), Single Data Type (32-bit floating point), and Double Data Type (64-bit floating point). They are all signed types. If a variable can contain a fraction, declare it as one of these types.

Boolean , Char , and Date
Boolean , Char , and Date

In computer science, the Boolean data type is a data type, having two values (usually denoted true and false), intended to represent the truth values of logic and Boolean algebra. It is named after George Boole, who first defined an algebraic system of logic in the mid 19th century.

Related Facts