public class StaticDecimalTools extends Object
Double.| Constructor and Description |
|---|
StaticDecimalTools() |
| Modifier and Type | Method and Description |
|---|---|
static String |
round(double d)
Rounds Doubles to the Form "0.00"
|
static String |
round(String pattern,
double d)
Rounds the Doubles to a specified Form.
|
public static String round(double d)
d - Double which should be roundedDoubleround(java.lang.String, double)Copyright © 2012–2026 cismet GmbH. All rights reserved.