![]() |
VOOZH | about |
dotnet add package Microsoft.Bcl.Numerics --version 10.0.9
NuGet\Install-Package Microsoft.Bcl.Numerics -Version 10.0.9
<PackageReference Include="Microsoft.Bcl.Numerics" Version="10.0.9" />
<PackageVersion Include="Microsoft.Bcl.Numerics" Version="10.0.9" />Directory.Packages.props
<PackageReference Include="Microsoft.Bcl.Numerics" />Project file
paket add Microsoft.Bcl.Numerics --version 10.0.9
#r "nuget: Microsoft.Bcl.Numerics, 10.0.9"
#:package Microsoft.Bcl.Numerics@10.0.9
#addin nuget:?package=Microsoft.Bcl.Numerics&version=10.0.9Install as a Cake Addin
#tool nuget:?package=Microsoft.Bcl.Numerics&version=10.0.9Install as a Cake Tool
As of .NET Core 2.0 and .NET Standard 2.1, the C# language has support for math (System.MathF) functions with floats. This library provides the necessary definitions of those types to support these language features on .NET Framework and on .NET Standard 2.0. This library is not necessary nor recommended when targeting versions of .NET that include the relevant support.
using System;
internal static class Program
{
private static async Task Main()
{
Console.WriteLine(MathF.Max(1f, 5f)); // returns 5f
}
}
The main types provided by this library are:
System.MathFMicrosoft.Bcl.Numerics is released as open source under the MIT license. Bug reports and contributions are welcome at the GitHub repository.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 was computed. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 was computed. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 netcoreapp2.0 was computed. netcoreapp2.1 netcoreapp2.1 was computed. netcoreapp2.2 netcoreapp2.2 was computed. netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 netstandard2.0 is compatible. netstandard2.1 netstandard2.1 is compatible. |
| .NET Framework | net461 net461 was computed. net462 net462 is compatible. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
| MonoAndroid | monoandroid monoandroid was computed. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| Tizen | tizen40 tizen40 was computed. tizen60 tizen60 was computed. |
| Xamarin.iOS | xamarinios xamarinios was computed. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. |
Showing the top 5 NuGet packages that depend on Microsoft.Bcl.Numerics:
| Package | Downloads |
|---|---|
|
System.Numerics.Tensors
Provides support for operating over tensors. |
|
|
GemBox.Spreadsheet
GemBox.Spreadsheet is a .NET component that enables you to read, write, convert, and print spreadsheet files (XLSX, XLS, XLSB, CSV, HTML, and ODS) from .NET applications. With GemBox.Spreadsheet you get a fast and reliable component that's easy to use and doesn't depend on Microsoft Excel. It requires only .NET and it's much faster than Microsoft Office Automation! |
|
|
GemBox.Document
GemBox.Document is a .NET component that enables developers to read, write, convert and print document files (DOCX, DOC, ODT, PDF, HTML, XPS, RTF, TXT) from .NET applications in a simple and efficient way. |
|
|
GemBox.Pdf
GemBox.Pdf is a .NET component that enables you to read, write, edit, and print PDF files from .NET applications. With GemBox.Pdf you get a fast and reliable component that's easy to use and doesn't depend on Adobe Acrobat. It requires only .NET so you can deploy your applications without having to think about other licenses. |
|
|
GemBox.Email
GemBox.Email is a .NET component that enables developers to read and write email files (MSG, EML, MHTML), and compose, receive and send email messages using IMAP, POP, SMTP, and EWS from .NET applications in a simple and efficient way. |
Showing the top 7 popular GitHub repositories that depend on Microsoft.Bcl.Numerics:
| Repository | Stars |
|---|---|
|
Azure/azure-sdk-for-net
This repository is for active development of the Azure SDK for .NET. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/dotnet/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-net.
|
|
|
TASEmulators/BizHawk
BizHawk is a multi-system emulator written in C#. BizHawk provides nice features for casual gamers such as full screen, and joypad support in addition to full rerecording and debugging tools for all system cores.
|
|
|
maforget/ComicRackCE
A Community Edition for the legendary Comic Book Manager ComicRack. ComicRack is back from the dead.
|
|
|
SparkDevNetwork/Rock
An open source CMS, Relationship Management System (RMS) and Church Management System (ChMS) all rolled into one.
|
|
|
dotnet/smartcomponents
Sample intelligent app features provided as reusable .NET components
|
|
|
Nominom/BCnEncoder.NET
Cross-platform texture encoding libary for .NET. With support for BC1-3/DXT, BC4-5/RGTC and BC6-7/BPTC compression. Outputs files in ktx or dds formats.
|
|
|
nanami5270/GARbro-Mod
Fork of morkt/GARbro
|
| Version | Downloads | Last Updated |
|---|---|---|
| 11.0.0-preview.5.26302.115 | 102 | 6/9/2026 |
| 11.0.0-preview.4.26230.115 | 324 | 5/12/2026 |
| 11.0.0-preview.3.26207.106 | 290 | 4/14/2026 |
| 11.0.0-preview.2.26159.112 | 260 | 3/10/2026 |
| 11.0.0-preview.1.26104.118 | 557 | 2/10/2026 |
| 10.0.9 | 1,747 | 6/9/2026 |
| 10.0.8 | 14,735 | 5/12/2026 |
| 10.0.7 | 7,528 | 4/21/2026 |
| 10.0.6 | 68,425 | 4/14/2026 |
| 10.0.5 | 13,072 | 3/12/2026 |
| 10.0.4 | 73,013 | 3/10/2026 |
| 10.0.3 | 79,287 | 2/10/2026 |
| 10.0.2 | 79,970 | 1/13/2026 |
| 10.0.1 | 42,292 | 12/9/2025 |
| 9.0.17 | 167 | 6/9/2026 |
| 9.0.16 | 252 | 5/12/2026 |
| 9.0.15 | 293 | 4/14/2026 |
| 9.0.14 | 1,197 | 3/10/2026 |
| 9.0.13 | 910 | 2/10/2026 |
| 9.0.12 | 1,118 | 1/13/2026 |