DEV Community

Generic Measurements Mathematics In C#

Zachary Patten on June 09, 2019

I wanted to share a pattern I am developing to make working with scientific measurements easier in C#. Usually when people code scientific topics,...
Collapse
 
turnerj profile image
James Turner

Great job! That looks super useful for a project I am working on.

Collapse
 
zacharypatten profile image
Zachary Patten • Edited

I actually just finished a T4 generator for generating measurement types, so now it is really easy to add measurement types. :)