WizardWrx.MoreMath 7.21.3.36612

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package WizardWrx.MoreMath --version 7.21.3.36612
NuGet\Install-Package WizardWrx.MoreMath -Version 7.21.3.36612
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="WizardWrx.MoreMath" Version="7.21.3.36612" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WizardWrx.MoreMath --version 7.21.3.36612
#r "nuget: WizardWrx.MoreMath, 7.21.3.36612"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install WizardWrx.MoreMath as a Cake Addin
#addin nuget:?package=WizardWrx.MoreMath&version=7.21.3.36612

// Install WizardWrx.MoreMath as a Cake Tool
#tool nuget:?package=WizardWrx.MoreMath&version=7.21.3.36612

Static classes of math functions to supplement the BCL Math class.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
9.0.107 160 7/17/2023
9.0.106 141 7/17/2023
9.0.100 398 10/15/2022
9.0.99 421 9/18/2022
9.0.0 426 6/25/2022
8.0.90 404 5/21/2022
8.0.88 408 5/21/2022
8.0.87 386 5/21/2022
8.0.73 421 4/24/2022
8.0.71 412 4/19/2022
8.0.69 423 4/7/2022
8.0.68 450 4/7/2022
8.0.66 410 3/25/2022
8.0.64 404 3/25/2022
8.0.63 410 3/25/2022
8.0.61 404 3/9/2022
8.0.59 274 12/20/2021
8.0.58 270 12/20/2021
8.0.56 284 12/10/2021
8.0.54 338 10/19/2021
8.0.52 343 10/13/2021
8.0.50 359 8/2/2021
8.0.48 395 7/12/2021
8.0.46 401 7/4/2021
8.0.43 379 6/30/2021
8.0.41 353 6/21/2021
8.0.40 371 6/21/2021
8.0.38 352 6/18/2021
8.0.37 343 6/18/2021
8.0.31 349 6/10/2021
8.0.28 360 6/9/2021
8.0.23 374 5/20/2021
8.0.22 376 5/20/2021
8.0.20 399 5/2/2021
8.0.18 326 4/19/2021
8.0.16 367 3/22/2021
8.0.12 375 2/6/2021
8.0.10 314 1/31/2021
7.24.6 385 12/31/2020
7.23.5 425 10/18/2020
7.21.3.42996 539 10/3/2019
7.21.3.36612 515 7/19/2019
7.15.1.36803 679 5/3/2019

Define new IncrementAndReturnNewValue methods, with four overloads, covering the four generic integral types (int, uint, long, ulong). All four take a reference to an integer and increment it, returning the new value.