![]() |
VOOZH | about |
The doubleValue() method of Double class is a built in method to return the value specified by the calling object as double after type casting. Syntax:
DoubleObject.doubleValue()
Return Value: It return the value of DoubleObject as double. Below programs illustrate doubleValue() method in Java: Program 1:
Double value of 17.47 is : 17.47
Program 2:
Double value of 54.1 is : 54.1