Meassure System
No more errors from using raw numbers dealing with time, pixels, length or weight values
Nuget |
Github
Length
, Area
and Volume:
are related by using arithmetics:

Create area by construction:
Area a = 4.dm2();
Or multiplying lengths:
Area a = 4.dm() * 4.in();
Or dividing volume by lengths:
Area a = 4.dm3() / 2.cm();