Soenneker.Extensions.Double
4.0.465
Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Soenneker.Extensions.Double --version 4.0.465
NuGet\Install-Package Soenneker.Extensions.Double -Version 4.0.465
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="Soenneker.Extensions.Double" Version="4.0.465" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.Extensions.Double" Version="4.0.465" />
<PackageReference Include="Soenneker.Extensions.Double" />
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 Soenneker.Extensions.Double --version 4.0.465
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Soenneker.Extensions.Double, 4.0.465"
#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 Soenneker.Extensions.Double@4.0.465
#: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=Soenneker.Extensions.Double&version=4.0.465
#tool nuget:?package=Soenneker.Extensions.Double&version=4.0.465
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Soenneker.Extensions.Double
A collection of useful Double (type) methods.
Installation
dotnet add package Soenneker.Extensions.Double
Quick start
using Soenneker.Extensions.Double;
double value = 42.0;
var result = value.ToInt();
Common operations
ToInt()- Shorthand for Convert.ToInt32().NearlyEqual()- Determines whether two double-precision floating-point numbers are nearly equal within a specified absolute tolerance.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- No dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Soenneker.Extensions.Double:
| Package | Downloads |
|---|---|
|
Soenneker.Utils.BackgroundQueue
A high-performance background Task/ValueTask queue |
|
|
Soenneker.Maui.Blazor.Bridge
Seamlessly connects MAUI and Blazor, enabling smooth integration of native components into Blazor |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 4.0.469 | 8,866 | 9/15/2026 |
| 4.0.468 | 41,341 | 9/12/2026 |
| 4.0.467 | 107,991 | 8/30/2026 |
| 4.0.466 | 2,358 | 8/29/2026 |
| 4.0.465 | 754 | 8/29/2026 |
| 4.0.464 | 171,397 | 7/28/2026 |
| 4.0.463 | 79,260 | 7/16/2026 |
| 4.0.462 | 91,331 | 6/18/2026 |
| 4.0.461 | 95,679 | 6/5/2026 |
| 4.0.460 | 133 | 6/5/2026 |
| 4.0.459 | 132,449 | 4/22/2026 |
| 4.0.458 | 90,109 | 3/12/2026 |
| 4.0.457 | 189 | 3/12/2026 |
| 4.0.456 | 188 | 3/12/2026 |
| 4.0.455 | 1,775 | 3/12/2026 |
| 4.0.454 | 30,149 | 3/10/2026 |
| 4.0.453 | 18,605 | 3/9/2026 |
| 4.0.452 | 1,229 | 3/9/2026 |
| 4.0.451 | 190 | 3/9/2026 |
| 4.0.450 | 33,035 | 3/4/2026 |
Loading failed
Improve README documentation