MutableBigInteger.copyValue

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

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

Meta