WizardWrx.MoreMath 7.21.3.36612

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 215 7/17/2023
9.0.106 180 7/17/2023
9.0.100 440 10/15/2022
9.0.99 454 9/18/2022
9.0.0 468 6/25/2022
8.0.90 443 5/21/2022
8.0.88 452 5/21/2022
8.0.87 422 5/21/2022
8.0.73 458 4/24/2022
8.0.71 449 4/19/2022
8.0.69 463 4/7/2022
8.0.68 486 4/7/2022
8.0.66 450 3/25/2022
8.0.64 436 3/25/2022
8.0.63 445 3/25/2022
8.0.61 441 3/9/2022
8.0.59 311 12/20/2021
8.0.58 309 12/20/2021
8.0.56 319 12/10/2021
8.0.54 372 10/19/2021
8.0.52 379 10/13/2021
8.0.50 397 8/2/2021
8.0.48 431 7/12/2021
8.0.46 440 7/4/2021
8.0.43 412 6/30/2021
8.0.41 396 6/21/2021
8.0.40 409 6/21/2021
8.0.38 425 6/18/2021
8.0.37 386 6/18/2021
8.0.31 386 6/10/2021
8.0.28 398 6/9/2021
8.0.23 407 5/20/2021
8.0.22 409 5/20/2021
8.0.20 442 5/2/2021
8.0.18 370 4/19/2021
8.0.16 407 3/22/2021
8.0.12 448 2/6/2021
8.0.10 351 1/31/2021
7.24.6 423 12/31/2020
7.23.5 476 10/18/2020
7.21.3.42996 572 10/3/2019
7.21.3.36612 548 7/19/2019
7.15.1.36803 717 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.