Skip to content

4678eb25 7663 0825 3a64 183550514924

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

DerivedUnit.GetPrefixedUnit Method

Gets the prefixed 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 GetPrefixedUnit(
	Prefix newPrefix
)

C#

public IUnit GetPrefixedUnit(
	Prefix newPrefix
)

VB

Public Function GetPrefixedUnit ( 
	newPrefix As Prefix
) As IUnit

VB

Public Function GetPrefixedUnit ( 
	newPrefix As Prefix
) As IUnit

C++

public:
virtual IUnit^ GetPrefixedUnit(
	Prefix^ newPrefix
) sealed

C++

public:
virtual IUnit^ GetPrefixedUnit(
	Prefix^ newPrefix
) sealed

F#

abstract GetPrefixedUnit : 
        newPrefix : Prefix -> IUnit 
override GetPrefixedUnit : 
        newPrefix : Prefix -> IUnit 

F#

abstract GetPrefixedUnit : 
        newPrefix : Prefix -> IUnit 
override GetPrefixedUnit : 
        newPrefix : Prefix -> IUnit 

Parameters

 

newPrefix
Type: Sundew.Quantities.Engine.Representations.Hierarchical.Units.Prefix
The prefix.

Return Value

Type: IUnit
A new IUnit with the specified Prefix.

Implements

IUnit.GetPrefixedUnit(Prefix)

See Also

Reference

DerivedUnit Class
Sundew.Quantities.Engine.Units Namespace

Clone this wiki locally