![]() |
VOOZH | about |
dotnet add package InnerDrive.Quantitative --version 5.3.1498
NuGet\Install-Package InnerDrive.Quantitative -Version 5.3.1498
<PackageReference Include="InnerDrive.Quantitative" Version="5.3.1498" />
<PackageVersion Include="InnerDrive.Quantitative" Version="5.3.1498" />Directory.Packages.props
<PackageReference Include="InnerDrive.Quantitative" />Project file
paket add InnerDrive.Quantitative --version 5.3.1498
#r "nuget: InnerDrive.Quantitative, 5.3.1498"
#:package InnerDrive.Quantitative@5.3.1498
#addin nuget:?package=InnerDrive.Quantitative&version=5.3.1498Install as a Cake Addin
#tool nuget:?package=InnerDrive.Quantitative&version=5.3.1498Install as a Cake Tool
The Inner Drive Extensible Architecture implements common .NET development situations including time zones, money, measurements and conversions, and Microsoft Azure features.
This package runs on .NET 10. It depends on the InnerDrive.Core package.
Converting between SI and English measurements is straightforward:
var kilos = 10d.Kilograms();
var pounds = kilos.ConvertTo(typeof(Pound));
Trace.WriteLine($"{kilos.ToString()} = {pounds.ToString("0.00"}");
Output >> 10 kg = 22.05 lbs.
var mph = 100d.MilesPerHour();
var kmh = mph.KilometersPerHour();
Trace.WriteLine($"{mph.ToString()} = {kmh.ToString("0.0")}");
Output >> 100 mph = 160.9 km/hr.
var stamfordBridge = (103d * 67d).SquareMeters();
var soldierField = (360 * 160d).SquareFeet();
var difference = stamfordBridge - soldierField;
Trace.WriteLine($"The football pitch at Stamford Bridge is {difference.ToString("0,0.0")} bigger than the football field at Soldier Field");
Output >> The football pitch at Stamford Bridge is 1,549.8 m² bigger than the football field at Soldier Field
The Inner Drive Technology website has a full SDK and example code. We also have a demo weather site that uses all the IDEA components.
Comments or questions?
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 net10.0 is compatible. 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. |
Showing the top 1 NuGet packages that depend on InnerDrive.Quantitative:
| Package | Downloads |
|---|---|
|
InnerDrive.Geography
Provides geographical services for Inner Drive applications |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 5.3.1498 | 0 | 6/18/2026 |
| 5.3.1495 | 45 | 6/17/2026 |
| 5.3.1263 | 634 | 11/21/2025 |
| 5.2.1247.1 | 278 | 10/12/2025 |
| 5.2.1235.1 | 225 | 10/5/2025 |
| 5.2.1076.1 | 500 | 2/14/2025 |
| 5.2.989.1 | 361 | 11/2/2024 |
| 5.2.938.1 | 360 | 9/7/2024 |
| 5.1.926.1 | 238 | 9/2/2024 |
| 5.1.871.1 | 365 | 6/6/2024 |
| 5.1.854.1 | 274 | 5/21/2024 |
| 5.1.844.1 | 304 | 3/27/2024 |
| 5.0.826.1 | 357 | 1/6/2024 |
| 5.0.816.1 | 260 | 12/24/2023 |
| 5.0.801.1 | 299 | 11/26/2023 |
| 5.0.777.1 | 331 | 9/28/2023 |
No changes since previous version