toBigInteger method

BigInt toBigInteger()

返回具体数值

Implementation

BigInt toBigInteger() {
  return x;
}