Skip to content

42018d8e 4669 dd54 4f53 8e9841f1dbfa

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

TemperatureUnitSelector.Kelvin Property

Gets the Kelvin.

Namespace: Sundew.Quantities.Thermodynamics.UnitSelection
Assembly: Sundew.Quantities (in Sundew.Quantities.dll) Version: 1.0.2.0 (1.0.2.0)

Syntax

C#

public Expression Kelvin { get; }

C#

public Expression Kelvin { get; }

VB

Public ReadOnly Property Kelvin As Expression
	Get

VB

Public ReadOnly Property Kelvin As Expression
	Get

C++

public:
virtual property Expression^ Kelvin {
	Expression^ get () sealed;
}

C++

public:
virtual property Expression^ Kelvin {
	Expression^ get () sealed;
}

F#

abstract Kelvin : Expression with get
override Kelvin : Expression with get

F#

abstract Kelvin : Expression with get
override Kelvin : Expression with get

Property Value

Type: Expression
The Kelvin.

Implements

ITemperatureUnitSelector.Kelvin

See Also

Reference

TemperatureUnitSelector Class
Sundew.Quantities.Thermodynamics.UnitSelection Namespace

Clone this wiki locally