- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for multiplyExact (0.04 sec)
-
guava/src/com/google/common/math/LongMath.java
* * <p><b>Note:</b> this method is now unnecessary and should be treated as deprecated; use {@link * Math#multiplyExact(long, long)} instead. Note that if both arguments are {@code int} values, * writing {@code Math.multiplyExact(a, b)} will call the {@link Math#multiplyExact(int, int)} * overload, not {@link Math#multiplyExact(long, long)}. Also note that multiplying two {@codeRegistered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Mon Nov 03 21:01:09 UTC 2025 - 46.8K bytes - Viewed (0)