Numeric DataTypes

Encore RPG supplies several numeric data types for handling numbers in various representations. Integral types represent only whole numbers, and nonintegral types represent numbers with both integer and fractional parts.

In This Section

Integral Types

Discusses using *Integer, and *Byte to represent integers.

Nonintegral Types

Discusses using *Float to represent numbers with both integer and fractional parts.

Data types

Introduces the Encore RPG .NET data types and describes how to use them.