public class DecimalUtils extends Object
| Constructor and Description |
|---|
DecimalUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
createJdoDecimalString(Decimal d) |
static Decimal |
createThriftDecimal(String s) |
static Decimal |
getDecimal(ByteBuffer unscaled,
short scale) |
static Decimal |
getDecimal(int number,
int scale) |
public static Decimal getDecimal(int number, int scale)
public static Decimal getDecimal(ByteBuffer unscaled, short scale)
Copyright © 2024 The Apache Software Foundation. All rights reserved.