Skip to content

bbe78ac5 e11b 4e8d e531 32c60444d756

Kim Hugener-Ohlsen edited this page May 28, 2016 · 2 revisions

ThermodynamicsExtensions Class

Extends the structs which implement IComparable and IFormattable with easy to use methods.

Inheritance Hierarchy

System.Object
  Sundew.Quantities.Thermodynamics.ThermodynamicsExtensions
Namespace: Sundew.Quantities.Thermodynamics
Assembly: Sundew.Quantities (in Sundew.Quantities.dll) Version: 1.0.2.0 (1.0.2.0)

Syntax

C#

public static class ThermodynamicsExtensions

C#

public static class ThermodynamicsExtensions

VB

<ExtensionAttribute>
Public NotInheritable Class ThermodynamicsExtensions

VB

<ExtensionAttribute>
Public NotInheritable Class ThermodynamicsExtensions

C++

[ExtensionAttribute]
public ref class ThermodynamicsExtensions abstract sealed

C++

[ExtensionAttribute]
public ref class ThermodynamicsExtensions abstract sealed

F#

[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type ThermodynamicsExtensions =  class end

F#

[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type ThermodynamicsExtensions =  class end

The ThermodynamicsExtensions type exposes the following members.

Methods

 

Name Description
Public methodStatic member Celsius(TValue) Gets the value as kelvin.
Public methodStatic member Kelvin(TValue) Gets the value as kelvin.
Public methodStatic member ToTemperature(TValue) Gets the value as the specified unit.
  Back to Top

See Also

Reference

Sundew.Quantities.Thermodynamics Namespace

Clone this wiki locally