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:
Volume v = 4.dm3();
Or multiplying lengths:
Volume v = 4.cm() * 4.dm() * 4.in();
Or multiplying area by lengths:
Volume v = 4.dm2() * 2.cm();