getOffset method
Get the conversion offset value.
Implementation
@override
UcumDecimal getOffset() {
// Assuming a constructor that takes a string and precision
return UcumDecimal.fromString('-273.15', 24);
}
Get the conversion offset value.
@override
UcumDecimal getOffset() {
// Assuming a constructor that takes a string and precision
return UcumDecimal.fromString('-273.15', 24);
}