java.lang.Object
com.aoapps.lang.math.NullMath
Math routines that allow null.
- Author:
- AO Industries, Inc.
-
Method Summary
-
Method Details
-
add
Adds two integers together while allowing null.- Returns:
- the sum or null when both arguments are null
-
sub
Subtractions one integers from another while allowing null.- Returns:
- the difference or null when both arguments are null
-