| Modifier and Type | Method and Description |
|---|---|
static Precision |
Precision.valueOf(double aPrecision)
getPrecision.
|
static Precision |
Precision.valueOf(int nbDigit)
getPrecision.
|
static Precision |
Precision.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Precision[] |
Precision.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Msg.set(int aKey,
double aDouble,
Precision aPrecision)
set.
|
void |
Msg.set(int aKey,
Double aDouble,
Precision aPrecision)
set.
|
Copyright © 2012-2013 hermod. All Rights Reserved.