RAD Studio
ContentsIndex
PreviousUpNext
long

Category 

Type specifiers 

Syntax  

long [int] <identifier> ;
[long] double <identifier> ;

Description 

When used to modify a double, it defines a floating-point data type with 80 bits of precision instead of 64. 

The floating-point math package will be automatically linked with your program if you use floating-point values or operators.

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!