toBigInt method

BigInt toBigInt()

Converts the BigRational to a BigInt.

Implementation

BigInt toBigInt() {
  return _truncate;
}