Good example of Quantity or Money class

.net, currency

Solution

This Money class is terrific, and the article discusses why the developer made the decisions he did (compared to several other implementations).

Problem

Does someone know of a good .NET implementation of Quantity (with Unit of Measure) or Money (with Currency) classess/patterns in .NET ?

Original source