Skip to content

173fab5a 5d7a 0b07 05ef 86025214acf5

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

Quantity(TQuantity).Unit Property

Gets the unit.

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

Syntax

C#

public IUnit Unit { get; }

C#

public IUnit Unit { get; }

VB

Public ReadOnly Property Unit As IUnit
	Get

VB

Public ReadOnly Property Unit As IUnit
	Get

C++

public:
virtual property IUnit^ Unit {
	IUnit^ get () sealed;
}

C++

public:
virtual property IUnit^ Unit {
	IUnit^ get () sealed;
}

F#

abstract Unit : IUnit with get
override Unit : IUnit with get

F#

abstract Unit : IUnit with get
override Unit : IUnit with get

Property Value

Type: IUnit
The quantity unit.

Implements

IQuantity.Unit

See Also

Reference

Quantity(TQuantity) Class
Sundew.Quantities.Engine.Quantities Namespace

Clone this wiki locally