Category
Type specifiers
Syntax
[long] double <identifier>
Description
Use the double type specifier to define an identifier to be a floating-point data type. The optional modifier long extends the accuracy of the floating-point value.
If you use the double keyword, the floating-point math package will automatically be linked into your program.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|