Skip to content

17bd74f8 6527 44fa 1c39 ac48e34fc6a4

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

PressureUnitSelector.StandardAtmospheres Property

Gets or sets the standard atmosphere.

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

Syntax

C#

public Expression StandardAtmospheres { get; }

C#

public Expression StandardAtmospheres { get; }

VB

Public ReadOnly Property StandardAtmospheres As Expression
	Get

VB

Public ReadOnly Property StandardAtmospheres As Expression
	Get

C++

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

C++

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

F#

abstract StandardAtmospheres : Expression with get
override StandardAtmospheres : Expression with get

F#

abstract StandardAtmospheres : Expression with get
override StandardAtmospheres : Expression with get

Property Value

Type: Expression
The standard atmosphere.

Implements

IPressureUnitSelector.StandardAtmospheres

See Also

Reference

PressureUnitSelector Class
Sundew.Quantities.Mechanics.UnitSelection Namespace

Clone this wiki locally