Rca.Physical 1.0.52

dotnet add package Rca.Physical --version 1.0.52
                    
NuGet\Install-Package Rca.Physical -Version 1.0.52
                    
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.52" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Rca.Physical" Version="1.0.52" />
                    
Directory.Packages.props
<PackageReference Include="Rca.Physical" />
                    
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 Rca.Physical --version 1.0.52
                    
#r "nuget: Rca.Physical, 1.0.52"
                    
#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.
#addin nuget:?package=Rca.Physical&version=1.0.52
                    
Install Rca.Physical as a Cake Addin
#tool nuget:?package=Rca.Physical&version=1.0.52
                    
Install Rca.Physical as a Cake Tool

Bulid Current version Code size NuGet

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:

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.

  • Rca.Physical.If97 - Property library for water and steam according to the industrial formulation IAPWS-IF97.
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  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 was computed.  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.
  • net6.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.52 199 2/12/2024
1.0.51 156 2/8/2024
1.0.50 401 4/17/2023
1.0.49 390 4/17/2023
1.0.48 522 4/16/2023
1.0.47 378 4/14/2023
1.0.46 440 3/10/2023
1.0.45 422 3/8/2023
1.0.43 800 3/2/2023
1.0.42 521 3/2/2023
1.0.41 439 3/2/2023
1.0.40 452 3/2/2023
1.0.39 425 3/1/2023
1.0.38 423 3/1/2023
1.0.34 736 3/1/2023
1.0.33 460 2/28/2023
1.0.32 441 2/28/2023
1.0.31 424 2/28/2023
1.0.28 443 2/27/2023
1.0.27 466 2/27/2023
1.0.26 436 2/27/2023
1.0.25 422 2/27/2023
1.0.24 430 2/27/2023
1.0.22 453 2/26/2023
1.0.0 462 2/24/2023