Skip to content

90fa5043 6844 f1e5 9b4f 826254ac0dc4

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

FactoredPrefix.FromBase Method

From the base value.

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 FromBase(
	double value
)

C#

public override double FromBase(
	double value
)

VB

Public Overrides Function FromBase ( 
	value As Double
) As Double

VB

Public Overrides Function FromBase ( 
	value As Double
) As Double

C++

public:
virtual double FromBase(
	double value
) override

C++

public:
virtual double FromBase(
	double value
) override

F#

abstract FromBase : 
        value : float -> float 
override FromBase : 
        value : float -> float 

F#

abstract FromBase : 
        value : float -> float 
override FromBase : 
        value : float -> float 

Parameters

 

value
Type: System.Double
The value.

Return Value

Type: Double
The value for the prefix.

See Also

Reference

FactoredPrefix Class
Sundew.Quantities.Engine.Units Namespace

Clone this wiki locally