Method longValue()
Return type: long
Member of: java.lang.Double
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 value = new Long(d.longValue());
2 if(((Double)columnValues[0]).longValue() == ((Double)b.columnValues[0]).doubleValue())
3 else if ( isLong ) result = new Long(dbl.longValue());
4 return new Long(doubleValue.longValue());
5 return new Long(d.longValue());
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.