@Deprecated public class MulDivNullToOneOperators extends Object
| Constructor and Description |
|---|
MulDivNullToOneOperators()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static BigDecimal |
divide(BigDecimal x,
BigDecimal y)
Deprecated.
|
static BigDecimalValue |
divide(BigDecimalValue value1,
BigDecimalValue value2)
Deprecated.
|
static BigDecimal |
divide(BigInteger x,
BigInteger y)
Deprecated.
|
static BigDecimalValue |
divide(BigIntegerValue value1,
BigIntegerValue value2)
Deprecated.
|
static Double |
divide(Byte x,
Byte y)
Deprecated.
|
static DoubleValue |
divide(ByteValue value1,
ByteValue value2)
Deprecated.
|
static Double |
divide(Double x,
Double y)
Deprecated.
|
static DoubleValue |
divide(DoubleValue value1,
DoubleValue value2)
Deprecated.
|
static Float |
divide(Float x,
Float y)
Deprecated.
|
static FloatValue |
divide(FloatValue value1,
FloatValue value2)
Deprecated.
|
static Double |
divide(Integer x,
Integer y)
Deprecated.
|
static DoubleValue |
divide(IntValue value1,
IntValue value2)
Deprecated.
|
static Double |
divide(Long x,
Long y)
Deprecated.
|
static DoubleValue |
divide(LongValue value1,
LongValue value2)
Deprecated.
|
static Double |
divide(Short x,
Short y)
Deprecated.
|
static DoubleValue |
divide(ShortValue value1,
ShortValue value2)
Deprecated.
|
static BigDecimal |
multiply(BigDecimal x,
BigDecimal y)
Deprecated.
|
static BigDecimalValue |
multiply(BigDecimalValue value1,
BigDecimalValue value2)
Deprecated.
|
static BigInteger |
multiply(BigInteger x,
BigInteger y)
Deprecated.
|
static BigIntegerValue |
multiply(BigIntegerValue value1,
BigIntegerValue value2)
Deprecated.
|
static Byte |
multiply(Byte x,
Byte y)
Deprecated.
|
static ByteValue |
multiply(ByteValue value1,
ByteValue value2)
Deprecated.
|
static Double |
multiply(Double x,
Double y)
Deprecated.
|
static DoubleValue |
multiply(DoubleValue value1,
DoubleValue value2)
Deprecated.
|
static Float |
multiply(Float x,
Float y)
Deprecated.
|
static FloatValue |
multiply(FloatValue value1,
FloatValue value2)
Deprecated.
|
static Integer |
multiply(Integer x,
Integer y)
Deprecated.
|
static IntValue |
multiply(IntValue value1,
IntValue value2)
Deprecated.
|
static Long |
multiply(Long x,
Long y)
Deprecated.
|
static LongValue |
multiply(LongValue value1,
LongValue value2)
Deprecated.
|
static Short |
multiply(Short x,
Short y)
Deprecated.
|
static ShortValue |
multiply(ShortValue value1,
ShortValue value2)
Deprecated.
|
public static BigInteger multiply(BigInteger x, BigInteger y)
public static BigDecimal multiply(BigDecimal x, BigDecimal y)
public static BigDecimal divide(BigInteger x, BigInteger y)
public static BigDecimal divide(BigDecimal x, BigDecimal y)
public static DoubleValue divide(ByteValue value1, ByteValue value2)
public static ShortValue multiply(ShortValue value1, ShortValue value2)
public static DoubleValue divide(ShortValue value1, ShortValue value2)
public static DoubleValue divide(IntValue value1, IntValue value2)
public static DoubleValue divide(LongValue value1, LongValue value2)
public static FloatValue multiply(FloatValue value1, FloatValue value2)
public static FloatValue divide(FloatValue value1, FloatValue value2)
public static BigIntegerValue multiply(BigIntegerValue value1, BigIntegerValue value2)
public static BigDecimalValue divide(BigIntegerValue value1, BigIntegerValue value2)
public static DoubleValue multiply(DoubleValue value1, DoubleValue value2)
public static DoubleValue divide(DoubleValue value1, DoubleValue value2)
public static BigDecimalValue multiply(BigDecimalValue value1, BigDecimalValue value2)
public static BigDecimalValue divide(BigDecimalValue value1, BigDecimalValue value2)
Copyright © 2004–2019 OpenL Tablets. All rights reserved.