Skip to content

067eca10 061f 647d f23d a950343885fa

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

MassUnits.Tonnes Property

Gets the tonne.

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

Syntax

C#

public IUnit Tonnes { get; }

C#

public IUnit Tonnes { get; }

VB

Public ReadOnly Property Tonnes As IUnit
	Get

VB

Public ReadOnly Property Tonnes As IUnit
	Get

C++

public:
property IUnit^ Tonnes {
	IUnit^ get ();
}

C++

public:
property IUnit^ Tonnes {
	IUnit^ get ();
}

F#

member Tonnes : IUnit with get

F#

member Tonnes : IUnit with get

Property Value

Type: IUnit
The tonne.

See Also

Reference

MassUnits Class
Sundew.Quantities.Mechanics.UnitSelection Namespace

Clone this wiki locally