MutableBigInteger.copyValue

Sets this MutableBigInteger's value array to a copy of the specified array. The intLen is set to the length of the new array.

  1. void copyValue(MutableBigInteger src)
    class MutableBigInteger
    void
    copyValue
  2. void copyValue(int[] val)

Meta