Package org.openl.rules.binding
Class WholeNumberDivideOperators
- java.lang.Object
-
- org.openl.rules.binding.WholeNumberDivideOperators
-
@Deprecated public class WholeNumberDivideOperators extends Object
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description WholeNumberDivideOperators()Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static bytedivide(byte x, byte y)Deprecated.static intdivide(int x, int y)Deprecated.static longdivide(long x, long y)Deprecated.static shortdivide(short x, short y)Deprecated.static Bytedivide(Byte x, Byte y)Deprecated.static Doubledivide(Double x, Double y)Deprecated.static Floatdivide(Float x, Float y)Deprecated.static Integerdivide(Integer x, Integer y)Deprecated.static Longdivide(Long x, Long y)Deprecated.static Shortdivide(Short x, Short y)Deprecated.static BigDecimaldivide(BigDecimal x, BigDecimal y)Deprecated.static BigIntegerdivide(BigInteger x, BigInteger y)Deprecated.
-
-
-
Method Detail
-
divide
public static byte divide(byte x, byte y)Deprecated.
-
divide
public static short divide(short x, short y)Deprecated.
-
divide
public static int divide(int x, int y)Deprecated.
-
divide
public static long divide(long x, long y)Deprecated.
-
divide
public static BigInteger divide(BigInteger x, BigInteger y)
Deprecated.
-
divide
public static BigDecimal divide(BigDecimal x, BigDecimal y)
Deprecated.
-
-