Skip to content

9d00be58 d81c a406 2f51 7e0d1626eaa8

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

Unit.PrefixFactor Property

Gets the prefix factor.

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

Syntax

C#

public double PrefixFactor { get; }

C#

public double PrefixFactor { get; }

VB

Public ReadOnly Property PrefixFactor As Double
	Get

VB

Public ReadOnly Property PrefixFactor As Double
	Get

C++

public:
virtual property double PrefixFactor {
	double get () sealed;
}

C++

public:
virtual property double PrefixFactor {
	double get () sealed;
}

F#

abstract PrefixFactor : float with get
override PrefixFactor : float with get

F#

abstract PrefixFactor : float with get
override PrefixFactor : float with get

Property Value

Type: Double
The prefix.

Implements

IUnit.PrefixFactor

See Also

Reference

Unit Class
Sundew.Quantities.Engine.Units Namespace

Clone this wiki locally