Skip to content

f33adda9 4582 c2f0 7213 2f2e360f7f52

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

MassUnits.KiloGrams Property

Gets the kilo gram.

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

C#

public IUnit KiloGrams { get; }

VB

Public ReadOnly Property KiloGrams As IUnit
	Get

VB

Public ReadOnly Property KiloGrams As IUnit
	Get

C++

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

C++

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

F#

member KiloGrams : IUnit with get

F#

member KiloGrams : IUnit with get

Property Value

Type: IUnit
The kilo gram.

See Also

Reference

MassUnits Class
Sundew.Quantities.Mechanics.UnitSelection Namespace

Clone this wiki locally