operator * method
- double other
Multiples this Measurement
by other
and
returns the result as a new object of T
.
Implementation
T operator *(double other) => _getInstance(_baseValue * other);
Multiples this Measurement
by other
and
returns the result as a new object of T
.
T operator *(double other) => _getInstance(_baseValue * other);