NuGet Package Cubico

An extensive measurement, unit, and data conversion library for .NET.
var twoFeet = new Measurement(2, Units.Length.Feet);
var twelveInches = new Measurement(12, Units.Length.Inches);
var result = twoFeet + twelveInches;
Console.WriteLine(result.GetValueAs(Units.Length.Yards).ToString()); // = 1 yard.




Got any Cubico Question?





Info

Version: 1.1.0
Author(s): irperez
Last Update: Tuesday, March 24, 2015
.NET Fiddle: Create the first Fiddle
Project Url: https://github.com/irperez/Cubico
NuGet Url: https://www.nuget.org/packages/Cubico


Install
Install-Package Cubico
dotnet add package Cubico
paket add Cubico
Cubico Download (Unzip the "nupkg" after downloading)



Tags



STATS

must-have-score

.8

avg-downloads-per-day

1

days-since-last-release

3292