UcumDecimal.fromBigInt constructor

UcumDecimal.fromBigInt(
  1. BigInt i
)

Implementation

UcumDecimal.fromBigInt(BigInt i) {
  setValueUcumDecimal(i.toString());
}