PreviousNext

Floating-Point Types

IDL provides two sizes of floating-point data types, specified as follows:

float

double

A float is represented in 32 bits. A double is represented in 64 bits.