BigDecimal.this

Trusted package private constructor. Trusted simply means if val is INFLATED, intVal could not be null and if intVal is null, val could not be INFLATED.

  1. this(BigInteger intVal, long val, int scale, int prec)
    class BigDecimal
    this
    (,
    long val
    ,
    int scale
    ,
    int prec
    )
  2. this(char[] inp)
  3. this(string val)
  4. this(double val)
  5. this(BigInteger val)
  6. this(int val)
  7. this(long val)

Meta