WizardWrx.MoreMath 7.21.3.42996

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.42996                
NuGet\Install-Package WizardWrx.MoreMath -Version 7.21.3.42996                
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.42996" />                
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.42996                
#r "nuget: WizardWrx.MoreMath, 7.21.3.42996"                
#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.42996

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

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 201 7/17/2023
9.0.106 173 7/17/2023
9.0.100 431 10/15/2022
9.0.99 446 9/18/2022
9.0.0 459 6/25/2022
8.0.90 434 5/21/2022
8.0.88 443 5/21/2022
8.0.87 411 5/21/2022
8.0.73 449 4/24/2022
8.0.71 440 4/19/2022
8.0.69 448 4/7/2022
8.0.68 477 4/7/2022
8.0.66 441 3/25/2022
8.0.64 427 3/25/2022
8.0.63 436 3/25/2022
8.0.61 430 3/9/2022
8.0.59 302 12/20/2021
8.0.58 298 12/20/2021
8.0.56 310 12/10/2021
8.0.54 363 10/19/2021
8.0.52 370 10/13/2021
8.0.50 388 8/2/2021
8.0.48 420 7/12/2021
8.0.46 431 7/4/2021
8.0.43 403 6/30/2021
8.0.41 381 6/21/2021
8.0.40 400 6/21/2021
8.0.38 414 6/18/2021
8.0.37 377 6/18/2021
8.0.31 376 6/10/2021
8.0.28 387 6/9/2021
8.0.23 397 5/20/2021
8.0.22 400 5/20/2021
8.0.20 433 5/2/2021
8.0.18 357 4/19/2021
8.0.16 396 3/22/2021
8.0.12 439 2/6/2021
8.0.10 342 1/31/2021
7.24.6 414 12/31/2020
7.23.5 467 10/18/2020
7.21.3.42996 563 10/3/2019
7.21.3.36612 539 7/19/2019
7.15.1.36803 708 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.