Package org.openl.rules.binding
Class MulDivNullToOneOperators
- java.lang.Object
-
- org.openl.rules.binding.MulDivNullToOneOperators
-
@Deprecated public class MulDivNullToOneOperators extends Object
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description MulDivNullToOneOperators()Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static Doubledivide(Byte x, Byte y)Deprecated.static Doubledivide(Double x, Double y)Deprecated.static Floatdivide(Float x, Float y)Deprecated.static Doubledivide(Integer x, Integer y)Deprecated.static Doubledivide(Long x, Long y)Deprecated.static Doubledivide(Short x, Short y)Deprecated.static BigDecimaldivide(BigDecimal x, BigDecimal y)Deprecated.static BigDecimaldivide(BigInteger x, BigInteger y)Deprecated.static Bytemultiply(Byte x, Byte y)Deprecated.static Doublemultiply(Double x, Double y)Deprecated.static Floatmultiply(Float x, Float y)Deprecated.static Integermultiply(Integer x, Integer y)Deprecated.static Longmultiply(Long x, Long y)Deprecated.static Shortmultiply(Short x, Short y)Deprecated.static BigDecimalmultiply(BigDecimal x, BigDecimal y)Deprecated.static BigIntegermultiply(BigInteger x, BigInteger y)Deprecated.
-
-
-
Method Detail
-
multiply
public static BigInteger multiply(BigInteger x, BigInteger y)
Deprecated.
-
multiply
public static BigDecimal multiply(BigDecimal x, BigDecimal y)
Deprecated.
-
divide
public static BigDecimal divide(BigInteger x, BigInteger y)
Deprecated.
-
divide
public static BigDecimal divide(BigDecimal x, BigDecimal y)
Deprecated.
-
-