@API.Public public class Decimals extends Object
Constructor and Description |
---|
Decimals() |
Modifier and Type | Method and Description |
---|---|
static BigDecimal |
convertByteToBigDecimal(byte[] value,
int scale) |
static BigDecimal |
convertIntToDecimal(int value,
int scale) |
static BigDecimal |
convertLongToDecimal(long value,
int scale) |
public static BigDecimal convertIntToDecimal(int value, int scale)
public static BigDecimal convertLongToDecimal(long value, int scale)
public static BigDecimal convertByteToBigDecimal(@API.NonNullable byte[] value, int scale)
Copyright © 2015–2018 MapR Technologies, Inc.. All rights reserved.