org.fhw.cabaweb.math
Interface Common.Konstanten

Enclosing interface:
Common

static interface Common.Konstanten

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

KEINESTELLEN

public static final int KEINESTELLEN
Anzahl der Stellen auf die gerundet wird -> 0

See Also:
Constant Field Values

EINESTELLE

public static final int EINESTELLE
Anzahl der Stellen auf die gerundet wird -> 1

See Also:
Constant Field Values

ZWEISTELLEN

public static final int ZWEISTELLEN
Anzahl der Stellen auf die gerundet wird -> 2

See Also:
Constant Field Values

DREISTELLEN

public static final int DREISTELLEN
Anzahl der Stellen auf die gerundet wird -> 3

See Also:
Constant Field Values

ZEHNSTELLEN

public static final int ZEHNSTELLEN
Anzahl der Stellen auf die gerundet wird -> 10

See Also:
Constant Field Values

ZERO

public static final double ZERO
Konstante für eine double Null Komma Null -> 0.0

See Also:
Constant Field Values

EINTAUSEND

public static final double EINTAUSEND
Konstante für eine double Ein Tausend Komma Null -> 1000.0

See Also:
Constant Field Values


Copyright © 2004 TVC-Software.com. All Rights Reserved.