Class RealMathMode
java.lang.Object
net.messagevortex.router.operation.RealMathMode
- All Implemented Interfaces:
MathMode
Created by martin.gwerder on 20.04.2017.
-
Method Summary
-
Method Details
-
getRealMathMode
-
mul
public int mul(int c1, int c2) Description copied from interface:MathModeMultiplys c1 ith c2.
-
div
public int div(int c1, int c2) Description copied from interface:MathModeDivides c1 by c2 (without remainder).
-
add
public int add(int c1, int c2) Description copied from interface:MathModeAdd c1 with c2.
-
sub
public int sub(int c1, int c2) Description copied from interface:MathModeSubtract c2 from c1.
-
toString
Description copied from interface:MathModeget the identitfication representation.
-