Sep 24, 2005 #1 tikual Technical User Jun 10, 2003 237 HK Hi all, Integer type has Integer.MAX_VALUE, how about double? Because I need to do double value comparison. Thanks tikual
Hi all, Integer type has Integer.MAX_VALUE, how about double? Because I need to do double value comparison. Thanks tikual
Sep 24, 2005 #2 sedj Programmer Aug 6, 2002 5,610 Always a good idea to check the documentation first ! http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Double.html -------------------------------------------------- Free Java/J2EE Database Connection Pooling Software http://www.primrose.org.uk Upvote 0 Downvote
Always a good idea to check the documentation first ! http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Double.html -------------------------------------------------- Free Java/J2EE Database Connection Pooling Software http://www.primrose.org.uk