public class TDouble extends Object
| Constructor and Description |
|---|
TDouble() |
| Modifier and Type | Method and Description |
|---|---|
static int |
compare(double d1,
double d2) |
boolean |
equals(Object o) |
static boolean |
isNaN(double aValue) |
static double |
parseDouble(String aValue) |
String |
toString() |
static String |
toString(double aValue) |
static Double |
valueOf(double aValue) |
static Double |
valueOf(String aValue) |
Copyright © 2021 Systemprogrammierung Mirko Sertic. All rights reserved.