Field MAX_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 bdMaxDoubleValue = new java.math.BigDecimal (Double.MAX_VALUE);
2
new Double(0.0), new Double(Double.MAX_VALUE));
3
this.minVal = Double.MAX_VALUE;
4
info.setValue(new Double(Double.MAX_VALUE).toString());
5
myDouble = Double.MAX_VALUE;
6
new OMCRangeList(Double.MIN_VALUE, Double.MAX_VALUE);
7
Double.MIN_VALUE, Double.MAX_VALUE};
8
double min = Double.MAX_VALUE;
9
null, new Double(9999999)}, Double.MAX_VALUE))
10
_xBottom = Double.MAX_VALUE;
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.