Skip to content

344a876a 04b4 9a5b a5ab a3c228ae1b4e

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

FactoredUnit.BaseUnit Property

Gets the base unit.

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

Syntax

C#

public IUnit BaseUnit { get; }

C#

public IUnit BaseUnit { get; }

VB

Public ReadOnly Property BaseUnit As IUnit
	Get

VB

Public ReadOnly Property BaseUnit As IUnit
	Get

C++

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

C++

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

F#

abstract BaseUnit : IUnit with get
override BaseUnit : IUnit with get

F#

abstract BaseUnit : IUnit with get
override BaseUnit : IUnit with get

Property Value

Type: IUnit
The base unit.

Implements

IUnit.BaseUnit

See Also

Reference

FactoredUnit Class
Sundew.Quantities.Engine.Units Namespace

Clone this wiki locally