Java Double .doubleToLongBits (double value)

Syntax

Double.doubleToLongBits(double value) has the following syntax.

public static long doubleToLongBits(double value)

Example

In the following code shows how to use Double.doubleToLongBits(double value) method.


public class Main {
  public static void main(String[] args) {
    /*from w w  w.j  a  v a2 s.  c o m*/
    System.out.println(Double.doubleToLongBits(1.2));

  }
}

The output:





















Home »
  Java Tutorial »
    java.lang »




Boolean
Byte
Character
Class
Double
Enum
Float
Integer
Long
Math
Number
Object
Package
Process
ProcessBuilder
Runnable
Runtime
SecurityManager
Short
StackTraceElement
StrictMath
String
StringBuffer
StringBuilder
System
Thread
ThreadGroup
ThreadLocal
Throwable