xFunc.UnitConverters
3.6.0
See the version list below for details.
Install-Package xFunc.UnitConverters -Version 3.6.0
dotnet add package xFunc.UnitConverters --version 3.6.0
<PackageReference Include="xFunc.UnitConverters" Version="3.6.0" />
paket add xFunc.UnitConverters --version 3.6.0
#r "nuget: xFunc.UnitConverters, 3.6.0"
// Install xFunc.UnitConverters as a Cake Addin
#addin nuget:?package=xFunc.UnitConverters&version=3.6.0
// Install xFunc.UnitConverters as a Cake Tool
#tool nuget:?package=xFunc.UnitConverters&version=3.6.0
xFunc.UnitConverters is a free conversion library (area, length, mass, power, temperature, time, volume and etc.).
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
4.1.0-preview.62 | 58 | 3/28/2022 | |
4.1.0-preview.61 | 52 | 3/27/2022 | |
4.1.0-preview.58 | 55 | 3/20/2022 | |
4.1.0-preview.36 | 204 | 11/13/2021 | |
4.1.0-preview.30 | 173 | 10/17/2021 | |
4.0.1 | 460 | 4/29/2021 | |
4.0.0 | 518 | 1/22/2021 | |
3.7.0 | 639 | 6/30/2019 | |
3.6.0 | 634 | 4/13/2019 | |
3.5.0 | 1,034 | 2/19/2018 | |
3.4.0 | 1,102 | 2/26/2017 | |
3.2.0 | 998 | 12/3/2016 | |
3.1.0 | 941 | 10/14/2016 | |
3.0.0 | 1,298 | 7/10/2016 | |
2.15.5 | 1,222 | 5/17/2014 | |
2.15.4 | 1,032 | 5/14/2014 | |
2.15.0 | 1,077 | 5/9/2014 |
#95 - Refactor unit tests
#179 - Add ability to store complex number in the variable
#196 - Remove hard-coded constants from Lexer
#199 - The 'Root' expression should support ComplexNumber
#203 - Support for Vector-Dot-Product
#206 - Lexer refactoring
#207 - Pow-Function should support complex numbers
#208 - Add analyzer method to catch "unknown" types of expressions
#209 - Create 'sign' function
#210 - Add RegexOptions.CultureInvariant to all regex
#211 - Extract properties from IExpression to separate interface
#212 - Matrix should not allow to assign invalid Vector array
#213 - (-5)^2 should return a double but it returns a Complex-Number.
#214 - Support multiplication without * like 4(x+y)
#215 - -x^2 returns wrong result.
#217 - Introduce lexer post processing