BigInteger.BigInteger() | Java

 

Descripción

Sintaxis

public BigInteger(byte[] val)
public BigInteger(byte[] val, int off, int len)
public BigInteger(int signum, byte[] magnitude)
public BigInteger(int signum, byte[] magnitude, int off, int len)
public BigInteger(int bitLength, int certainty, Random rnd)
public BigInteger(int numBits, Random rnd)
public BigInteger(String val)
public BigInteger(String val, int radix)

Parámetros

  • int certainty,
  • int numBits,
  • byte[] val,
  • String val,
  • byte[] magnitude,
  • int bitLength,
  • int signum,
  • Random rnd,
  • int len,
  • int radix,
  • int off,

Excepciones

IndexOutOfBoundsException, NumberFormatException, ArithmeticException, IllegalArgumentException

Clase Padre

BigInteger

Ejemplo


Líneas de Código

    Manual Java

    Aprende más sobre Java consultando online o descargando nuestro manual.

    Test Java

    ¿Te atreves a probar tus habilidades y conocimiento en Java con nuestro test?

    Vídeos Java

    Disfruta también de nuestros artículos sobre Java en formato vídeo. Aprovecha y suscribete a nuestro canal.