Rca.Physical
1.0.54
dotnet add package Rca.Physical --version 1.0.54
NuGet\Install-Package Rca.Physical -Version 1.0.54
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="Rca.Physical" Version="1.0.54" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Rca.Physical" Version="1.0.54" />
<PackageReference Include="Rca.Physical" />
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 Rca.Physical --version 1.0.54
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Rca.Physical, 1.0.54"
#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 Rca.Physical@1.0.54
#: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=Rca.Physical&version=1.0.54
#tool nuget:?package=Rca.Physical&version=1.0.54
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Rca.Physical
Library to handle physical values, dimensions and units.
Core Features
- Basic calculation with physical values
Usage
//Use the helper classes, are provided for each physical dimension.
PhysicalValue myVoltageValue = Voltage.FromMillivolt(7410);
//Use the PhysicalValue constructor and select the unit from the common Units-Enum
PhysicalValue myCurrentValue = new(0.147, PhysicalUnits.Ampere);
//Use the overloaded ToString() method, to print out the value
Console.WriteLine(myVoltageValue);
//Fit the value to the best unit, and print in out with ToString(), also
Console.WriteLine(myCurrentValue.GetFittedPhysicalValue());
// The example displays the following output to the console:
// 7410 mV
// 147 mA
Credits
This library is made possible by contributions from:
- Elias Rümmler (@rmmlr) - core contributor
License
Rca.Physical is licensed under MIT. Refer to LICENSE for more information.
Contributions
Contributions are welcome. Fork this repository and send a pull request if you have something useful to add.
Related Projects
- Rca.Physical.If97 - Property library for water and steam according to the industrial formulation IAPWS-IF97.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | 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 was computed. 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.
-
net8.0
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Rca.Physical:
Package | Downloads |
---|---|
Rca.Physical.If97
Property library for water and steam according to the industrial formulation IAPWS-IF97. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
1.0.54 | 512 | 7/23/2025 |
1.0.52 | 234 | 2/12/2024 |
1.0.51 | 185 | 2/8/2024 |
1.0.50 | 444 | 4/17/2023 |
1.0.49 | 430 | 4/17/2023 |
1.0.48 | 573 | 4/16/2023 |
1.0.47 | 428 | 4/14/2023 |
1.0.46 | 478 | 3/10/2023 |
1.0.45 | 462 | 3/8/2023 |
1.0.43 | 843 | 3/2/2023 |
1.0.42 | 569 | 3/2/2023 |
1.0.41 | 478 | 3/2/2023 |
1.0.40 | 497 | 3/2/2023 |
1.0.39 | 466 | 3/1/2023 |
1.0.38 | 471 | 3/1/2023 |
1.0.34 | 776 | 3/1/2023 |
1.0.33 | 504 | 2/28/2023 |
1.0.32 | 485 | 2/28/2023 |
1.0.31 | 467 | 2/28/2023 |
1.0.28 | 488 | 2/27/2023 |
1.0.27 | 515 | 2/27/2023 |
1.0.26 | 478 | 2/27/2023 |
1.0.25 | 470 | 2/27/2023 |
1.0.24 | 469 | 2/27/2023 |
1.0.22 | 494 | 2/26/2023 |
1.0.0 | 508 | 2/24/2023 |