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 ...

  • allow compile time checking of consistency for equations
  • convert between many engineering and scientific units
  • provide support for serialization via XML
  • provide UI widgets for WinForms and Web controls (maybe!)

Check out the Project Page

 

SourceForge.net Logo