Java Double shortValue() Method The shortValue() method of Double class returns the value of this object as a short after narrowing the…
toHexString()
-
-
Java Double doubleToLongBits() method The doubleToLongBits() method of Java Double class returns a floating-point value according to the IEEE 754 floating-point “double…
-
Java Double doubleToRawLongBits() Method The doubleToRawLongBits() method of Double class returns a floating-point value according to the IEEE 754 floating-point “double format”…
-
Java Double class The Double class generally wraps the primitive type double into an object. An object of Double class contains a…
-
Java Double doubleValue() Method The doubleValue() method of Java Double class returns the double value of this Double object. Syntax public double…
-
Java Double equals() method The equals() method of Java Double class compares this Double object against the specified Double object. The method…
-
Java Double floatVlaue() method The floatVlaue() method of Double class returns a float value of this double object. Syntax public float floatValue()…
-
Java Double hashCode() method The hashCode() method of Java Double class returns the hash code for this Double. The result is obtained…
-
Java Double intValue() method The intValue() method of Java Double class returns the value of this Double as an int by narrowing…
-
Java Double isFinite() method The isFinite() method of Java Double class returns true if the argument passed is a finite floating-point number,…