Currently the Measurement class only allows doubles via the constructor. We need to open this up to be more developer friendly with other numeric types such as: int, single, long, decimal, etc.
Currently the Measurement class only allows doubles via the constructor.
We need to open this up to be more developer friendly with other numeric types such as:
int, single, long, decimal, etc.