Extensions.Standard
8.1.0
dotnet add package Extensions.Standard --version 8.1.0
NuGet\Install-Package Extensions.Standard -Version 8.1.0
<PackageReference Include="Extensions.Standard" Version="8.1.0" />
paket add Extensions.Standard --version 8.1.0
#r "nuget: Extensions.Standard, 8.1.0"
// Install Extensions.Standard as a Cake Addin #addin nuget:?package=Extensions.Standard&version=8.1.0 // Install Extensions.Standard as a Cake Tool #tool nuget:?package=Extensions.Standard&version=8.1.0
Lightweight extensions methods (and constants) for common programming tasks:
Suffixes (AsMemory, AsTime), Interpolate, Partition, Shuffle (O(n)), Softmax, InnerProduct, IsPrime, ManhattanDistance, EuclideanDistance, InClosedRange, MeanSquaredError, EqualsWithTolerance, HsVtoArgb, Scale, Fit and many more.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. 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. |
-
net6.0
- StandardInterfaces (>= 3.1.0)
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 | 843 | 2/27/2023 |
8.0.0 | 260 | 2/25/2023 |
7.0.0 | 812 | 1/30/2022 |
6.0.1 | 654 | 11/21/2021 |
6.0.0 | 400 | 2/20/2021 |
5.1.0 | 350 | 2/20/2021 |
5.0.0 | 378 | 2/20/2021 |
4.0.0 | 1,233 | 9/21/2018 |
3.1.0 | 2,590 | 6/15/2018 |
3.0.1 | 1,817 | 4/23/2018 |
3.0.0 | 985 | 4/11/2018 |
2.1.0 | 1,030 | 2/12/2018 |
2.0.0 | 1,636 | 1/8/2018 |
1.2.1 | 1,117 | 6/21/2017 |
1.2.0 | 1,080 | 6/17/2017 |
1.1.1 | 1,106 | 6/13/2017 |
1.1.0 | 1,221 | 6/13/2017 |
1.0.0 | 1,055 | 6/13/2017 |
Add method IsEquivalent, verifying if the collections have exactly same elements in any order.