|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface mit den benötigten Konstanten
Field Summary | |
static int |
DREISTELLEN
Anzahl der Stellen auf die gerundet wird -> 3 |
static int |
EINESTELLE
Anzahl der Stellen auf die gerundet wird -> 1 |
static double |
EINTAUSEND
Konstante für eine double Ein Tausend Komma Null -> 1000.0 |
static int |
KEINESTELLEN
Anzahl der Stellen auf die gerundet wird -> 0 |
static int |
ZEHNSTELLEN
Anzahl der Stellen auf die gerundet wird -> 10 |
static double |
ZERO
Konstante für eine double Null Komma Null -> 0.0 |
static int |
ZWEISTELLEN
Anzahl der Stellen auf die gerundet wird -> 2 |
Field Detail |
public static final int KEINESTELLEN
public static final int EINESTELLE
public static final int ZWEISTELLEN
public static final int DREISTELLEN
public static final int ZEHNSTELLEN
public static final double ZERO
public static final double EINTAUSEND
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |