Info
Version: | 0.3.0 |
Author(s): | Pepe Alvarez |
Last Update: | Saturday, May 25, 2019 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/GnuCashCs.Common |
Install
Install-Package GnuCashCs.Common
dotnet add package GnuCashCs.Common
paket add GnuCashCs.Common
GnuCashCs.Common Download (Unzip the "nupkg" after downloading)
This package is required by GnuCashCs.REST.
Currently, it only implements Fraction in Utilities, which assists in usage of Fractions in a simple manner.
Implements all basic operations (add, subtract, multiply, divide, compare, simplyfy) related to fractions. Allows conversion to/from string/double.
Implements extensions that allow utilizing fractions in LINQ, for example fractions.Sum() or items.Sum(x => x.FractionProperty)
Code repo: https://gitlab.com/pp-gnucash/gnucash-cs-common.