Double
class wraps a value of the primitive type double
in an object. An object of type Double
contains a single field whose type is double
. In addition, this class provides several methods for converting a double
to a String
and a String
to a double
, as well as other constants and methods useful when dealing with a double
.
@author Lee Boynton
@author Arthur van Hoff
@author Joseph D. Darcy
@version 1.100, 04/07/06
@since JDK1.0
|
|
|
|
|
|
|
|
|
|