Field NEGATIVE_INFINITY
Field type: double
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 return new AspectScorePoint(AspectValue.newAspectValue(type,0.0), Double.NEGATIVE_INFINITY);
2 new Double(Double.NEGATIVE_INFINITY));
3 Complex c = new Complex(Double.NEGATIVE_INFINITY, Double.NEGATIVE_INFINITY);
4 if (myValue == Double.NEGATIVE_INFINITY) {
5 Complex expected = new Complex(Double.NEGATIVE_INFINITY, Double.NEGATIVE_INFINITY);
6 myValue = Double.NEGATIVE_INFINITY;
7 return new Double(Double.NEGATIVE_INFINITY);
8 num = new Double(Double.NEGATIVE_INFINITY);
9 } else if (data == Double.NEGATIVE_INFINITY) {
10 if (x == Double.NEGATIVE_INFINITY) {
11 assertTrue(new CompareToBuilder().append(Double.NEGATIVE_INFINITY, Double.MIN_VALUE).toComparison() < 0);
12 assertEquals("-\u221e", f.format(Double.NEGATIVE_INFINITY));
13 if (logval == Double.NEGATIVE_INFINITY)
14 if ( d == Double.NEGATIVE_INFINITY )
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.