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