Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for multiplyExact (0.04 sec)

  1. 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 {@code
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Mon Nov 03 21:01:09 UTC 2025
    - 46.8K bytes
    - Viewed (0)
Back to top