Rca.Physical 1.0.42

There is a newer version of this package available.
See the version list below for details.
dotnet add package Rca.Physical --version 1.0.42
                    
NuGet\Install-Package Rca.Physical -Version 1.0.42
                    
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.42" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Rca.Physical" Version="1.0.42" />
                    
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.42
                    
#r "nuget: Rca.Physical, 1.0.42"
                    
#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.42
                    
Install as a Cake Addin
#tool nuget:?package=Rca.Physical&version=1.0.42
                    
Install 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.

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 218 2/12/2024
1.0.51 174 2/8/2024
1.0.50 421 4/17/2023
1.0.49 409 4/17/2023
1.0.48 546 4/16/2023
1.0.47 402 4/14/2023
1.0.46 457 3/10/2023
1.0.45 439 3/8/2023
1.0.43 820 3/2/2023
1.0.42 545 3/2/2023
1.0.41 457 3/2/2023
1.0.40 472 3/2/2023
1.0.39 444 3/1/2023
1.0.38 448 3/1/2023
1.0.34 755 3/1/2023
1.0.33 483 2/28/2023
1.0.32 462 2/28/2023
1.0.31 444 2/28/2023
1.0.28 460 2/27/2023
1.0.27 488 2/27/2023
1.0.26 456 2/27/2023
1.0.25 446 2/27/2023
1.0.24 448 2/27/2023
1.0.22 471 2/26/2023
1.0.0 481 2/24/2023