Info
Version: | 0.0.0.1 |
Author(s): | Benjamin James Fisher |
Last Update: | Tuesday, September 11, 2018 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/TBQ.Measurements |
Install
Install-Package TBQ.Measurements
dotnet add package TBQ.Measurements
paket add TBQ.Measurements
TBQ.Measurements Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
This package provides a unit type class for several types of common measurements, and derived classes for each unit within that measurement type. This allows functions to be built to accept the measurement type and be able to be passed a specific units from a user interface or other libraries and the function simply creates a new instance of the derived type it requires, and the library will handle the conversion.