A Scientific and Engineering
Unit Conversion Library for .NET
This project will eventually let you do stuff like this ....
Velocity
speed = Quantity(10, m/s); Time duration = Quantity(12, min); Length distance = speed * duration; |
The library will ...
|