Skip to content

e14f4c3b 4e07 7fdb 8a63 c0b39e057f4d

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

NotationBaseUnit.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

NotationBaseUnit Class
Sundew.Quantities.Engine.Units Namespace

Clone this wiki locally