Metriks 1.1.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package Metriks --version 1.1.2
                    
NuGet\Install-Package Metriks -Version 1.1.2
                    
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="Metriks" Version="1.1.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Metriks" Version="1.1.2" />
                    
Directory.Packages.props
<PackageReference Include="Metriks" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Metriks --version 1.1.2
                    
#r "nuget: Metriks, 1.1.2"
                    
#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.
#:package Metriks@1.1.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Metriks&version=1.1.2
                    
Install as a Cake Addin
#tool nuget:?package=Metriks&version=1.1.2
                    
Install as a Cake Tool

<h1 align="center">Metriks</h1>

<p align="center">A multidimensional dynamic array library for C#.</p>

<div align="center"> <p> <img src="https://img.shields.io/github/license/KryKomDev/Metriks?style=for-the-badge&labelColor=%235F6473&color=%23F2A0A0" alt="GitHub License" /> <a href="https://www.nuget.org/packages/Metriks"><img src="https://img.shields.io/nuget/v/Metriks?color=F0CA95&style=for-the-badge&labelColor=5F6473" alt="NuGet" /></a> <img src="https://img.shields.io/nuget/dt/Metriks?color=E3ED8A&style=for-the-badge&labelColor=5F6473" alt="NuGet Downloads" /> <img src="https://img.shields.io/github/actions/workflow/status/KryKomDev/Metriks/build.yml?style=for-the-badge&labelColor=%235F6473&color=%2395EC7D" alt="GitHub Actions Workflow Status" /> <img src="https://img.shields.io/badge/.NET-Standard2.0-7ACFDC?style=for-the-badge&labelColor=5F6473" alt=".NET Standard" /> </p> </div>

Features

The Metriks library contains 2D and 3D dynamic array classes and interfaces. It also contains some extensions for working with conventional arrays like length getters or higher order LINQ.

Lists

Metriks provides 2D, 3D and 4D dynamic array classes that implement their own multidimensional enumerable interfaces.

Metriks also provides a ListND class that can be used to store any number of dimensions. It however can be slower than the other classes as it is highly generalized.

Fixed origin lists

Metriks also provides fixed origin 2D, 3D and 4D dynamic array classes that can be used to store data in a rectangular grid with a fixed origin.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  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 is compatible.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.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 tizen40 was computed.  tizen60 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 (2)

Showing the top 2 NuGet packages that depend on Metriks:

Package Downloads
NeoKolors.Extensions

Package Description

NeoKolors.Tui

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.1.8.1 487 1/26/2026
1.1.8 93 1/26/2026
1.1.7.3 137 1/4/2026
1.1.7 312 12/16/2025
1.1.6 123 11/28/2025
1.1.5 134 11/28/2025
1.1.4 140 11/28/2025
1.1.3 186 11/25/2025
1.1.2 405 11/17/2025
1.1.1 137 10/18/2025
1.1.0 126 10/17/2025
1.0.0 139 10/10/2025