getOffset method

  1. @override
UcumDecimal getOffset()
override

Get the conversion offset value.

Implementation

@override
UcumDecimal getOffset() {
  // Assuming a constructor that takes a string and precision
  return UcumDecimal.fromString('-273.15', 24);
}