Extensions.Standard
5.1.0
See the version list below for details.
dotnet add package Extensions.Standard --version 5.1.0
NuGet\Install-Package Extensions.Standard -Version 5.1.0
<PackageReference Include="Extensions.Standard" Version="5.1.0" />
paket add Extensions.Standard --version 5.1.0
#r "nuget: Extensions.Standard, 5.1.0"
// Install Extensions.Standard as a Cake Addin #addin nuget:?package=Extensions.Standard&version=5.1.0 // Install Extensions.Standard as a Cake Tool #tool nuget:?package=Extensions.Standard&version=5.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 | 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 | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.1 is compatible. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.1
- 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 |
Adjust behavior of GetAllPublicPropertiesValues to accept custom format of separators