Skip to content

70fb2424 a83d 304b 689b 7b7cde0fa547

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

IUnit.PrefixFactor Property

Gets the prefix factor.

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

Syntax

C#

double PrefixFactor { get; }

C#

double PrefixFactor { get; }

VB

ReadOnly Property PrefixFactor As Double
	Get

VB

ReadOnly Property PrefixFactor As Double
	Get

C++

property double PrefixFactor {
	double get ();
}

C++

property double PrefixFactor {
	double get ();
}

F#

abstract PrefixFactor : float with get

F#

abstract PrefixFactor : float with get

Property Value

Type: Double
The prefix.

See Also

Reference

IUnit Interface
Sundew.Quantities.Engine.Representations.Hierarchical.Units Namespace

Clone this wiki locally