Field MIN_VALUE
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
private final static java.math.BigDecimal bdMinDoubleValue = new java.math.BigDecimal (Double.MIN_VALUE);
2
return Double.toString(Double.MIN_VALUE);
3
double max = Double.MIN_VALUE;
4
info.setValue(new Double(Double.MIN_VALUE).toString());
5
assertEquals(5d, distribution.getDegreesOfFreedom(), Double.MIN_VALUE);
6
StatUtils.geometricMean(test), Double.MIN_VALUE);
7
new OMCRangeList(Double.MIN_VALUE, Double.MAX_VALUE);
8
minimumValue.put(Double.class, new Double(Double.MIN_VALUE));
9
double d = Double.MIN_VALUE;
10
assertEquals(null, ArrayUtils.toPrimitive(l, Double.MIN_VALUE));
11
_xTop = - Double.MIN_VALUE;
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.