Click here to Skip to main content
15,867,453 members
Articles / Programming Languages / C#

Working with Units and Amounts

Rate me:
Please Sign up or sign in to vote.
4.99/5 (76 votes)
17 Jul 2013CPOL17 min read 86.4K   1.5K   150  
The ultimate Unit and Amount classes for your business and physics applications!
using System;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

[assembly: AssemblyTitle("TypedUnits TestProject")]
[assembly: AssemblyDescription("Unit and Amount datatypes library.")]
[assembly: AssemblyCompany("Arebis")]
[assembly: AssemblyProduct("Unit And Amount Library")]
[assembly: AssemblyCopyright("Copyright © Rudi Breedenraedt 2013")]

[assembly: CLSCompliant(true)]

[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect AREBIS
Belgium Belgium
Senior Software Architect and independent consultant.

Comments and Discussions