abs method
Returns a new object of T
representing the absolute value of this
Measurement
.
The returned object has the same base value as this one, but is always positive.
Implementation
T abs() => _getInstance(_baseValue.abs());
Returns a new object of T
representing the absolute value of this
Measurement
.
The returned object has the same base value as this one, but is always positive.
T abs() => _getInstance(_baseValue.abs());