< Java Programming < Keywords 
      double is a keyword which designates
the 64 bit float primitive type.
The java.lang.Double class is the nominal wrapper class when you need to store a double value but an object reference is required.
Syntax:
double <variable-name> = <float-value>;For example:
|  | double d = 65.55;
 | 
See also:
    This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.