Java StrictMath multiplyExact()方法

Java StrictMath multiplyExact()方法

  1. multiplyExact( int num1, int num2 )是java中StrictMath类的一个内建函数,用于获取给定参数的乘积。当结果溢出一个int,即Integer.MAX_VALUE时,它会抛出一个异常。由于这个函数是静态的,所以不需要创建对象。

语法 :

public static int multiplyExact(int num1, int num2)

参数:该方法接受两个参数。

  • num1:这是一个整数类型,代表一个参数
  • num2:这是一个整数类型,代表另一个参数。

返回值:该方法返回num1和num2的乘积。

异常:当结果溢出一个int时,它会抛出ArithmeticException。

示例 :
输入:
num1 = 8
nm2 = 7

输出:56

下面的程序说明了Java.lang.StrictMath.multiplyExact()方法。

// Java praogram to illustrate the
// Java.lang.StrictMath.multiplyExact()
import java.lang.*;
  
class Geeks {
  
    public static void main(String args[])
    {
        int num1 = 10, num2 = 5, num3 = -17, num4 = -2;
        System.out.println("Product of " + num1 + " and "
        + num2 + " is " + StrictMath.multiplyExact(num1, num2));
  
        System.out.println("Product of " + num3 + " and "
        + num4 + " is " + StrictMath.multiplyExact(num3, num4));
  
        System.out.println("Product of " + num2 + " and "
        + num4 + " is " + StrictMath.multiplyExact(num2, num4));
    }
}

输出:

Product of 10 and 5 is 50
Product of -17 and -2 is 34
Product of 5 and -2 is -10
  1. multiplyExact( long num1, int num2 )是java中StrictMath类的一个内置函数,用于获取给定参数的乘积。当结果溢出一个长条时,它会抛出一个异常。由于这个函数是静态的,所以不需要创建对象。

语法 :

public static long multiplyExact(long num1, int num2)

参数:该方法接受两个参数。

  • num1: 这是长类型的,代表一个参数
  • num2: 这是一个int类型的参数,代表另一个参数

返回值:该方法返回num1和num2的乘积。
异常:当结果溢出一个int时,它会抛出ArithmeticException。

示例 :
输入:
num1 = 8727
nm2 = 2

输出:17454

下面的程序说明了Java.lang.StrictMath.multiplyExact()方法。

// Java praogram to illustrate the
// Java.lang.StrictMath.multiplyExact()
import java.lang.*;
  
class Geeks {
  
    public static void main(String args[])
    {
        long num1 = 2727810, num2 = 9892829;
        int num3 = 817, num4 = 3;
        System.out.println("Product of " + num1 + " and "
        + num2 + " is " + StrictMath.multiplyExact(num1, num2));
  
        System.out.println("Product of " + num3 + " and "
        + num4 + " is " + StrictMath.multiplyExact(num3, num4));
  
        System.out.println("Product of " + num2 + " and "
        + num4 + " is " + StrictMath.multiplyExact(num2, num4));
    }
}

输出:

Product of 2727810 and 9892829 is 26985757874490
Product of 817 and 3 is 2451
Product of 9892829 and 3 is 29678487
  1. multiplyExact(long num1, long num2)是java中StrictMath类的一个内建函数,用于获取给定参数的乘积。当结果溢出一个长条时,它会抛出一个异常。由于这个函数是静态的,所以不需要创建对象。

语法 :

public static long multiplyExact(long num1, long num2)

参数:该方法接受两个参数。

  • num1。这是长类型的,代表一个参数
  • num2。这是长类型的参数,代表另一个参数

返回值:该方法返回num1和num2的乘积。
异常:当结果溢出一个长条时,它会抛出ArithmeticException。

示例 :
输入:
num1 = 64954
nm2 = 6643

输出:431489422

下面的程序说明了Java.lang.StrictMath.multiplyExact()方法。

// Java praogram to illustrate the
// Java.lang.StrictMath.multiplyExact()
import java.lang.*;
  
class Geeks {
  
    public static void main(String args[])
    {
        long num1 = 772810, num2 = 22929, num3 = -81827;
        long num4 = -823783;
        System.out.println("Product of " + num1 + " and "
        + num2 + " is " + StrictMath.multiplyExact(num1, num2));
  
        System.out.println("Product of " + num3 + " and "
        + num4 + " is " + StrictMath.multiplyExact(num3, num4));
  
        System.out.println("Product of " + num2 + " and "
        + num4 + " is " + StrictMath.multiplyExact(num2, num4));
    }
}

输出:

Product of 772810 and 22929 is 17719760490
Product of -81827 and -823783 is 67407691541
Product of 22929 and -823783 is -18888520407

Python教程

Java教程

Web教程

数据库教程

图形图像教程

大数据教程

开发工具教程

计算机教程