Extensions.Standard 1.2.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Extensions.Standard --version 1.2.1
NuGet\Install-Package Extensions.Standard -Version 1.2.1
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="Extensions.Standard" Version="1.2.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Extensions.Standard --version 1.2.1
#r "nuget: Extensions.Standard, 1.2.1"
#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 Extensions.Standard as a Cake Addin
#addin nuget:?package=Extensions.Standard&version=1.2.1

// Install Extensions.Standard as a Cake Tool
#tool nuget:?package=Extensions.Standard&version=1.2.1

Lightweight extensions methods (and constants) for common programming tasks, like:

Suffixes (AsMemory, AsTime), Interpolate, Partition, Shuffle (O(n)), Softmax, InnerProduct, IsPrime, ManhattanDistance, EuclideanDistance, InClosedRange, MeanSquaredError, EqualsWithTolerance, HsVtoArgb, Scale, Fit and many more. Also a useful interfces IValueEquatable and IValidatable are introduced. Members are unit tested and the code is openly available at github to check/contribute:  https://github.com/PFalkowski/Extensions.Standard

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.4 is compatible.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on Extensions.Standard:

Package Downloads
OnTheFlyStats

Do you find yourself adding numbers to the collection and recalculating mean each time? This package is intended to solve the issue. The statistics are always ready and calculating mean for next element does not require iterating over whole collection. On-the-fly calculation of mean, variance, standard deviation, ZScore, sum, min, max and more supported. Create Confusion Matrixes using ReceiverOperatorCharacteristic class, that will calculate Accuracy etc. on the fly.

Stocks.Data.Infrastructure

Infrastracture for persistance of stock quotes in daily format (open, high, low, close) and import from CSV files in .NET Standard 2.1

Stocks.Data.Model

Model for persistance of stock quotes in daily format (open, high, low, close) .NET Standard 2.0

MiniDiagnostics

Get CPU and RAM usage, check process name and whether it's elevated etc.

LoggerLite.EventLog

Log your precious error info, warnings and information to Windows Event Log.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
8.1.0 681 2/27/2023
8.0.0 232 2/25/2023
7.0.0 772 1/30/2022
6.0.1 629 11/21/2021
6.0.0 375 2/20/2021
5.1.0 324 2/20/2021
5.0.0 354 2/20/2021
4.0.0 1,165 9/21/2018
3.1.0 2,447 6/15/2018
3.0.1 1,732 4/23/2018
3.0.0 963 4/11/2018
2.1.0 1,002 2/12/2018
2.0.0 1,558 1/8/2018
1.2.1 1,089 6/21/2017
1.2.0 1,054 6/17/2017
1.1.1 1,080 6/13/2017
1.1.0 1,188 6/13/2017
1.0.0 1,025 6/13/2017

Scale() wont overflow now on arguments between <0..1> for double.MinValue - double.MaxValue range