Skip to content

5626de3a 99b5 88df e682 3841c380044f

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

TemperatureUnitSelector.Celsius Property

Gets the Celsius.

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 Celsius { get; }

C#

public Expression Celsius { get; }

VB

Public ReadOnly Property Celsius As Expression
	Get

VB

Public ReadOnly Property Celsius As Expression
	Get

C++

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

C++

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

F#

abstract Celsius : Expression with get
override Celsius : Expression with get

F#

abstract Celsius : Expression with get
override Celsius : Expression with get

Property Value

Type: Expression
The Celsius.

Implements

ITemperatureUnitSelector.Celsius

See Also

Reference

TemperatureUnitSelector Class
Sundew.Quantities.Thermodynamics.UnitSelection Namespace

Clone this wiki locally