Skip to content

e22ccc5f 5208 0a69 7168 7d966da2b175

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

FactoredPrefix.Factor Property

Gets the 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 override double Factor { get; }

C#

public override double Factor { get; }

VB

Public Overrides ReadOnly Property Factor As Double
	Get

VB

Public Overrides ReadOnly Property Factor As Double
	Get

C++

public:
virtual property double Factor {
	double get () override;
}

C++

public:
virtual property double Factor {
	double get () override;
}

F#

abstract Factor : float with get
override Factor : float with get

F#

abstract Factor : float with get
override Factor : float with get

Property Value

Type: Double
The factor.

See Also

Reference

FactoredPrefix Class
Sundew.Quantities.Engine.Units Namespace

Clone this wiki locally