public static class MathArithTypeEnum.SubtractBigIntConvComputer extends Object implements MathArithTypeEnum.Computer
Constructor and Description |
---|
SubtractBigIntConvComputer(SimpleNumberBigIntegerCoercer convOne,
SimpleNumberBigIntegerCoercer convTwo)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
Number |
compute(Number d1,
Number d2)
Computes using the 2 numbers a result number.
|
public SubtractBigIntConvComputer(SimpleNumberBigIntegerCoercer convOne, SimpleNumberBigIntegerCoercer convTwo)
convOne
- convertor for LHSconvTwo
- convertor for RHSpublic Number compute(Number d1, Number d2)
MathArithTypeEnum.Computer
compute
in interface MathArithTypeEnum.Computer
d1
- is the first numberd2
- is the second number