Java Double equals() method The equals() method of Java Double class compares this Double object against the specified Double object. The method…
toHexString()
-
-
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,…
-
Java Double isInfinite() method The isInfinite() method of Java Double class will return true if the magnitude of the argument specified is…
-
Java Double isNaN() Method The isNaN() method of Java Double class returns true: If the value of this Object is Not-a-Number (NaN).…
-
Java Double longBitsToDouble() Method The longBitsToDouble() method of Java Double class returns the double value equating to an acknowledged bit representation. The…
-
Java Double longValue() Method The longValue() method of Java Double class returns the value of this object as a long after narrowing…
-
Java Double max() Method The max() method of Java Double class returns the double object having greater value amongst two double values.…